Html Css Color HEX #99067C Eggplant

📋 copy color: '#99067C'

red 153 ◦ green 6 ◦ blue 124

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

Shades of Eggplant #99067C

Tints of Eggplant #99067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.12%

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 54.06%
G = 2.12%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99067C (or 0x99067C) is known color: Eggplant. HEX triplet: 99, 06 and 7C. RGB value is (153,6,124). Sum of RGB (Red+Green+Blue) = 153+6+124=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99067C is #66F983. Grayscale: #3F3F3F. Windows color (decimal): -6748548 or 8128153. OLE color: 8128153.

HSL color Cylindrical-coordinate representation of color #99067C: hue angle of 311.84º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99067C is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 124 -
CMYK 0 0.96 0.19 0.4
HSL 311.84º 0.92% 0.31% -
HSV(B) 311.84º 0.96% 0.6% -
XYZ 16.84 8.36 19.79 -
YUV 63.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 153 6 124 0 0.96 0.19 0.4 311.84 0.92 0.31
Hex 99 6 7C 0 60 13 28 138 5C 1F
Octal 231 6 174 0 140 23 50 470 134 37
Binary 10011001 110 1111100 0 1100000 10011 101000 100111000 1011100 11111

Color Harmonies of #99067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99067C

Black with #99067C

Text Example


Text Example

White with #99067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,6,124); }

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

background-color css

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

 a { background-color: rgb(153,6,124); }

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

border-color css

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

 span { border-color: rgb(153,6,124); }

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