Html Css Color HEX #9081E6 Medium Purple

📋 copy color: '#9081E6'

red 144 ◦ green 129 ◦ blue 230

#9081E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9081E6

Tints of Medium Purple #9081E6

RGB

 RED value IS 144 (56.64% from 255) = 28.63%

 GREEN value IS 129 (50.78% from 255) = 25.65%

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 28.63%
G = 25.65%
B = 45.73%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9081E6 (or 0x9081E6) is known color: Medium Purple. HEX triplet: 90, 81 and E6. RGB value is (144,129,230). Sum of RGB (Red+Green+Blue) = 144+129+230=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #9081E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081E6 is #6F7E19. Grayscale: #909090. Windows color (decimal): -7306778 or 15106448. OLE color: 15106448.

HSL color Cylindrical-coordinate representation of color #9081E6: hue angle of 248.91º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9081E6 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 144 129 230 -
CMYK 0.37 0.44 0 0.10
HSL 248.91º 0.67% 0.7% -
HSV(B) 248.91º 0.44% 0.9% -
XYZ 33.63 27.34 78.37 -
YUV 145 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 144 129 230 0.37 0.44 0 0.10 248.91 0.67 0.7
Hex 90 81 E6 25 2C 0 A F9 43 46
Octal 220 201 346 45 54 0 12 371 103 106
Binary 10010000 10000001 11100110 100101 101100 0 1010 11111001 1000011 1000110

Color Harmonies of #9081E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9081E6

Black with #9081E6

Text Example


Text Example

White with #9081E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9081E6; }

 p { color: rgb(144,129,230); }

 H1.HeaderClassName
 {
   color: #9081E6;
 }
 .AnyTagClassName
 {
   color: #9081E6;
 }
</style>

background-color css

<style>
 a { background-color: #9081E6; }

 a { background-color: rgb(144,129,230); }

 div.DivClassName
 {
   background-color: #9081E6;
 }
 .BgClassName
 {
   background-color: #9081E6;
 }
</style>

border-color css

<style>
 span { border-color: #9081E6; }

 span { border-color: rgb(144,129,230); }

 td.TdClassName
 {
   border-color: #9081E6;
 }
 .TagClassName
 {
   border-color: #9081E6;
 }
</style>