Html Css Color HEX #990167 Eggplant

📋 copy color: '#990167'

red 153 ◦ green 1 ◦ blue 103

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

Shades of Eggplant #990167

Tints of Eggplant #990167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 59.53%
G = 0.39%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#990167 (or 0x990167) is known color: Eggplant. HEX triplet: 99, 01 and 67. RGB value is (153,1,103). Sum of RGB (Red+Green+Blue) = 153+1+103=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #990167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990167 is #66FE98. Grayscale: #393939. Windows color (decimal): -6749849 or 6750617. OLE color: 6750617.

HSL color Cylindrical-coordinate representation of color #990167: hue angle of 319.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990167 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 103 -
CMYK 0 0.99 0.33 0.4
HSL 319.74º 0.99% 0.3% -
HSV(B) 319.74º 0.99% 0.6% -
XYZ 15.6 7.77 13.51 -
YUV 58.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 153 1 103 0 0.99 0.33 0.4 319.74 0.99 0.3
Hex 99 1 67 0 63 21 28 140 63 1E
Octal 231 1 147 0 143 41 50 500 143 36
Binary 10011001 1 1100111 0 1100011 100001 101000 101000000 1100011 11110

Color Harmonies of #990167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990167

Black with #990167

Text Example


Text Example

White with #990167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990167; }

 p { color: rgb(153,1,103); }

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

background-color css

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

 a { background-color: rgb(153,1,103); }

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

border-color css

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

 span { border-color: rgb(153,1,103); }

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