Html Css Color HEX #99096C Eggplant

📋 copy color: '#99096C'

red 153 ◦ green 9 ◦ blue 108

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

Shades of Eggplant #99096C

Tints of Eggplant #99096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 56.67%
G = 3.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99096C (or 0x99096C) is known color: Eggplant. HEX triplet: 99, 09 and 6C. RGB value is (153,9,108). Sum of RGB (Red+Green+Blue) = 153+9+108=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #99096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99096C is #66F693. Grayscale: #3F3F3F. Windows color (decimal): -6747796 or 7080345. OLE color: 7080345.

HSL color Cylindrical-coordinate representation of color #99096C: hue angle of 318.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99096C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 108 -
CMYK 0 0.94 0.29 0.4
HSL 318.75º 0.89% 0.32% -
HSV(B) 318.75º 0.94% 0.6% -
XYZ 15.94 8.05 14.9 -
YUV 63.34 153.21 191.95 -
System Red Green Blue C M Y K H S L
Decimal 153 9 108 0 0.94 0.29 0.4 318.75 0.89 0.32
Hex 99 9 6C 0 5E 1D 28 13F 59 20
Octal 231 11 154 0 136 35 50 477 131 40
Binary 10011001 1001 1101100 0 1011110 11101 101000 100111111 1011001 100000

Color Harmonies of #99096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99096C

Black with #99096C

Text Example


Text Example

White with #99096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99096C; }

 p { color: rgb(153,9,108); }

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

background-color css

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

 a { background-color: rgb(153,9,108); }

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

border-color css

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

 span { border-color: rgb(153,9,108); }

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