Html Css Color HEX #99035B Eggplant

📋 copy color: '#99035B'

red 153 ◦ green 3 ◦ blue 91

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

Shades of Eggplant #99035B

Tints of Eggplant #99035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 61.94%
G = 1.21%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99035B (or 0x99035B) is known color: Eggplant. HEX triplet: 99, 03 and 5B. RGB value is (153,3,91). Sum of RGB (Red+Green+Blue) = 153+3+91=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99035B is #66FCA4. Grayscale: #393939. Windows color (decimal): -6749349 or 5964697. OLE color: 5964697.

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

Color convert

RGB 153 3 91 -
CMYK 0 0.98 0.41 0.4
HSL 324.8º 0.96% 0.31% -
HSV(B) 324.8º 0.98% 0.6% -
XYZ 15.06 7.59 10.57 -
YUV 57.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 153 3 91 0 0.98 0.41 0.4 324.8 0.96 0.31
Hex 99 3 5B 0 62 29 28 145 60 1F
Octal 231 3 133 0 142 51 50 505 140 37
Binary 10011001 11 1011011 0 1100010 101001 101000 101000101 1100000 11111

Color Harmonies of #99035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99035B

Black with #99035B

Text Example


Text Example

White with #99035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,3,91); }

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

background-color css

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

 a { background-color: rgb(153,3,91); }

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

border-color css

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

 span { border-color: rgb(153,3,91); }

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