Html Css Color HEX #99136D Eggplant

📋 copy color: '#99136D'

red 153 ◦ green 19 ◦ blue 109

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

Shades of Eggplant #99136D

Tints of Eggplant #99136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 54.45%
G = 6.76%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99136D (or 0x99136D) is known color: Eggplant. HEX triplet: 99, 13 and 6D. RGB value is (153,19,109). Sum of RGB (Red+Green+Blue) = 153+19+109=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99136D is #66EC92. Grayscale: #454545. Windows color (decimal): -6745235 or 7148441. OLE color: 7148441.

HSL color Cylindrical-coordinate representation of color #99136D: hue angle of 319.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99136D is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 109 -
CMYK 0 0.88 0.29 0.4
HSL 319.7º 0.78% 0.34% -
HSV(B) 319.7º 0.88% 0.6% -
XYZ 16.13 8.34 15.23 -
YUV 69.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 153 19 109 0 0.88 0.29 0.4 319.7 0.78 0.34
Hex 99 13 6D 0 58 1D 28 140 4E 22
Octal 231 23 155 0 130 35 50 500 116 42
Binary 10011001 10011 1101101 0 1011000 11101 101000 101000000 1001110 100010

Color Harmonies of #99136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99136D

Black with #99136D

Text Example


Text Example

White with #99136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99136D; }

 p { color: rgb(153,19,109); }

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

background-color css

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

 a { background-color: rgb(153,19,109); }

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

border-color css

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

 span { border-color: rgb(153,19,109); }

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