Html Css Color HEX #90066E Eggplant

📋 copy color: '#90066E'

red 144 ◦ green 6 ◦ blue 110

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

Shades of Eggplant #90066E

Tints of Eggplant #90066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 55.38%
G = 2.31%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90066E (or 0x90066E) is known color: Eggplant. HEX triplet: 90, 06 and 6E. RGB value is (144,6,110). Sum of RGB (Red+Green+Blue) = 144+6+110=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #90066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90066E is #6FF991. Grayscale: #3A3A3A. Windows color (decimal): -7338386 or 7210640. OLE color: 7210640.

HSL color Cylindrical-coordinate representation of color #90066E: hue angle of 314.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90066E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 110 -
CMYK 0 0.96 0.24 0.44
HSL 314.78º 0.92% 0.29% -
HSV(B) 314.78º 0.96% 0.56% -
XYZ 14.38 7.19 15.38 -
YUV 59.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 144 6 110 0 0.96 0.24 0.44 314.78 0.92 0.29
Hex 90 6 6E 0 60 18 2C 13B 5C 1D
Octal 220 6 156 0 140 30 54 473 134 35
Binary 10010000 110 1101110 0 1100000 11000 101100 100111011 1011100 11101

Color Harmonies of #90066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90066E

Black with #90066E

Text Example


Text Example

White with #90066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90066E; }

 p { color: rgb(144,6,110); }

 H1.HeaderClassName
 {
   color: #90066E;
 }
 .AnyTagClassName
 {
   color: #90066E;
 }
</style>

background-color css

<style>
 a { background-color: #90066E; }

 a { background-color: rgb(144,6,110); }

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

border-color css

<style>
 span { border-color: #90066E; }

 span { border-color: rgb(144,6,110); }

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