Html Css Color HEX #99066B Eggplant

📋 copy color: '#99066B'

red 153 ◦ green 6 ◦ blue 107

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

Shades of Eggplant #99066B

Tints of Eggplant #99066B

RGB

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

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

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

R = 57.52%
G = 2.26%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99066B (or 0x99066B) is known color: Eggplant. HEX triplet: 99, 06 and 6B. RGB value is (153,6,107). Sum of RGB (Red+Green+Blue) = 153+6+107=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99066B is #66F994. Grayscale: #3D3D3D. Windows color (decimal): -6748565 or 7014041. OLE color: 7014041.

HSL color Cylindrical-coordinate representation of color #99066B: hue angle of 318.78º 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 #99066B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 6 107 -
CMYK 0 0.96 0.30 0.4
HSL 318.78º 0.92% 0.31% -
HSV(B) 318.78º 0.96% 0.6% -
XYZ 15.86 7.96 14.61 -
YUV 61.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 153 6 107 0 0.96 0.30 0.4 318.78 0.92 0.31
Hex 99 6 6B 0 60 1E 28 13F 5C 1F
Octal 231 6 153 0 140 36 50 477 134 37
Binary 10011001 110 1101011 0 1100000 11110 101000 100111111 1011100 11111

Color Harmonies of #99066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99066B

Black with #99066B

Text Example


Text Example

White with #99066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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