Html Css Color HEX #99056B Eggplant

📋 copy color: '#99056B'

red 153 ◦ green 5 ◦ blue 107

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

Shades of Eggplant #99056B

Tints of Eggplant #99056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 57.74%
G = 1.89%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99056B (or 0x99056B) is known color: Eggplant. HEX triplet: 99, 05 and 6B. RGB value is (153,5,107). Sum of RGB (Red+Green+Blue) = 153+5+107=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99056B is #66FA94. Grayscale: #3C3C3C. Windows color (decimal): -6748821 or 7013785. OLE color: 7013785.

HSL color Cylindrical-coordinate representation of color #99056B: hue angle of 318.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99056B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 107 -
CMYK 0 0.97 0.30 0.4
HSL 318.65º 0.94% 0.31% -
HSV(B) 318.65º 0.97% 0.6% -
XYZ 15.84 7.94 14.61 -
YUV 60.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 153 5 107 0 0.97 0.30 0.4 318.65 0.94 0.31
Hex 99 5 6B 0 61 1E 28 13F 5E 1F
Octal 231 5 153 0 141 36 50 477 136 37
Binary 10011001 101 1101011 0 1100001 11110 101000 100111111 1011110 11111

Color Harmonies of #99056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99056B

Black with #99056B

Text Example


Text Example

White with #99056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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