Html Css Color HEX #990664 Eggplant

📋 copy color: '#990664'

red 153 ◦ green 6 ◦ blue 100

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

Shades of Eggplant #990664

Tints of Eggplant #990664

RGB

 RED value IS 153 (60.16% from 255) = 59.07%

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

 BLUE value IS 100 (39.45% from 255) = 38.61%

R = 59.07%
G = 2.32%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#990664 (or 0x990664) is known color: Eggplant. HEX triplet: 99, 06 and 64. RGB value is (153,6,100). Sum of RGB (Red+Green+Blue) = 153+6+100=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #990664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990664 is #66F99B. Grayscale: #3C3C3C. Windows color (decimal): -6748572 or 6555289. OLE color: 6555289.

HSL color Cylindrical-coordinate representation of color #990664: hue angle of 321.63º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990664 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 100 -
CMYK 0 0.96 0.35 0.4
HSL 321.63º 0.92% 0.31% -
HSV(B) 321.63º 0.96% 0.6% -
XYZ 15.5 7.82 12.75 -
YUV 60.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 153 6 100 0 0.96 0.35 0.4 321.63 0.92 0.31
Hex 99 6 64 0 60 23 28 142 5C 1F
Octal 231 6 144 0 140 43 50 502 134 37
Binary 10011001 110 1100100 0 1100000 100011 101000 101000010 1011100 11111

Color Harmonies of #990664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990664

Black with #990664

Text Example


Text Example

White with #990664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990664; }

 p { color: rgb(153,6,100); }

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

background-color css

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

 a { background-color: rgb(153,6,100); }

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

border-color css

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

 span { border-color: rgb(153,6,100); }

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