Html Css Color HEX #991275 Eggplant

📋 copy color: '#991275'

red 153 ◦ green 18 ◦ blue 117

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

Shades of Eggplant #991275

Tints of Eggplant #991275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 53.13%
G = 6.25%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#991275 (or 0x991275) is known color: Eggplant. HEX triplet: 99, 12 and 75. RGB value is (153,18,117). Sum of RGB (Red+Green+Blue) = 153+18+117=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #991275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991275 is #66ED8A. Grayscale: #454545. Windows color (decimal): -6745483 or 7672473. OLE color: 7672473.

HSL color Cylindrical-coordinate representation of color #991275: hue angle of 316º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991275 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 117 -
CMYK 0 0.88 0.24 0.4
HSL 316º 0.79% 0.34% -
HSV(B) 316º 0.88% 0.6% -
XYZ 16.56 8.49 17.6 -
YUV 69.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 153 18 117 0 0.88 0.24 0.4 316 0.79 0.34
Hex 99 12 75 0 58 18 28 13C 4F 22
Octal 231 22 165 0 130 30 50 474 117 42
Binary 10011001 10010 1110101 0 1011000 11000 101000 100111100 1001111 100010

Color Harmonies of #991275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991275

Black with #991275

Text Example


Text Example

White with #991275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991275; }

 p { color: rgb(153,18,117); }

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

background-color css

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

 a { background-color: rgb(153,18,117); }

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

border-color css

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

 span { border-color: rgb(153,18,117); }

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