Html Css Color HEX #99166B Eggplant

📋 copy color: '#99166B'

red 153 ◦ green 22 ◦ blue 107

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

Shades of Eggplant #99166B

Tints of Eggplant #99166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 54.26%
G = 7.8%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99166B (or 0x99166B) is known color: Eggplant. HEX triplet: 99, 16 and 6B. RGB value is (153,22,107). Sum of RGB (Red+Green+Blue) = 153+22+107=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99166B is #66E994. Grayscale: #464646. Windows color (decimal): -6744469 or 7018137. OLE color: 7018137.

HSL color Cylindrical-coordinate representation of color #99166B: hue angle of 321.07º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99166B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 22 107 -
CMYK 0 0.86 0.30 0.4
HSL 321.07º 0.75% 0.34% -
HSV(B) 321.07º 0.86% 0.6% -
XYZ 16.08 8.41 14.69 -
YUV 70.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 153 22 107 0 0.86 0.30 0.4 321.07 0.75 0.34
Hex 99 16 6B 0 56 1E 28 141 4B 22
Octal 231 26 153 0 126 36 50 501 113 42
Binary 10011001 10110 1101011 0 1010110 11110 101000 101000001 1001011 100010

Color Harmonies of #99166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99166B

Black with #99166B

Text Example


Text Example

White with #99166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99166B; }

 p { color: rgb(153,22,107); }

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

background-color css

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

 a { background-color: rgb(153,22,107); }

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

border-color css

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

 span { border-color: rgb(153,22,107); }

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