Html Css Color HEX #99006F Eggplant

📋 copy color: '#99006F'

red 153 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #99006F

Tints of Eggplant #99006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 57.95%
G = 0%
B = 42.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99006F (or 0x99006F) is known color: Eggplant. HEX triplet: 99, 00 and 6F. RGB value is (153,0,111). Sum of RGB (Red+Green+Blue) = 153+0+111=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99006F is #66FF90. Grayscale: #3A3A3A. Windows color (decimal): -6750097 or 7274649. OLE color: 7274649.

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

Color convert

RGB 153 0 111 -
CMYK 0 1 0.27 0.4
HSL 316.47º 1% 0.3% -
HSV(B) 316.47º 1% 0.6% -
XYZ 16.01 7.92 15.72 -
YUV 58.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 153 0 111 0 1 0.27 0.4 316.47 1 0.3
Hex 99 0 6F 0 64 1B 28 13C 64 1E
Octal 231 0 157 0 144 33 50 474 144 36
Binary 10011001 0 1101111 0 1100100 11011 101000 100111100 1100100 11110

Color Harmonies of #99006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99006F

Black with #99006F

Text Example


Text Example

White with #99006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99006F; }

 p { color: rgb(153,0,111); }

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

background-color css

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

 a { background-color: rgb(153,0,111); }

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

border-color css

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

 span { border-color: rgb(153,0,111); }

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