Html Css Color HEX #990564 Eggplant

📋 copy color: '#990564'

red 153 ◦ green 5 ◦ blue 100

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

Shades of Eggplant #990564

Tints of Eggplant #990564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 59.3%
G = 1.94%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#990564 (or 0x990564) is known color: Eggplant. HEX triplet: 99, 05 and 64. RGB value is (153,5,100). Sum of RGB (Red+Green+Blue) = 153+5+100=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #990564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990564 is #66FA9B. Grayscale: #3B3B3B. Windows color (decimal): -6748828 or 6555033. OLE color: 6555033.

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

Color convert

RGB 153 5 100 -
CMYK 0 0.97 0.35 0.4
HSL 321.49º 0.94% 0.31% -
HSV(B) 321.49º 0.97% 0.6% -
XYZ 15.49 7.8 12.75 -
YUV 60.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 153 5 100 0 0.97 0.35 0.4 321.49 0.94 0.31
Hex 99 5 64 0 61 23 28 141 5E 1F
Octal 231 5 144 0 141 43 50 501 136 37
Binary 10011001 101 1100100 0 1100001 100011 101000 101000001 1011110 11111

Color Harmonies of #990564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990564

Black with #990564

Text Example


Text Example

White with #990564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990564; }

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

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

background-color css

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

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

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

border-color css

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

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

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