Html Css Color HEX #991268 Eggplant

📋 copy color: '#991268'

red 153 ◦ green 18 ◦ blue 104

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

Shades of Eggplant #991268

Tints of Eggplant #991268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 55.64%
G = 6.55%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#991268 (or 0x991268) is known color: Eggplant. HEX triplet: 99, 12 and 68. RGB value is (153,18,104). Sum of RGB (Red+Green+Blue) = 153+18+104=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #991268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991268 is #66ED97. Grayscale: #434343. Windows color (decimal): -6745496 or 6820505. OLE color: 6820505.

HSL color Cylindrical-coordinate representation of color #991268: hue angle of 321.78º 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 #991268 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 104 -
CMYK 0 0.88 0.32 0.4
HSL 321.78º 0.79% 0.34% -
HSV(B) 321.78º 0.88% 0.6% -
XYZ 15.85 8.2 13.84 -
YUV 68.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 153 18 104 0 0.88 0.32 0.4 321.78 0.79 0.34
Hex 99 12 68 0 58 20 28 142 4F 22
Octal 231 22 150 0 130 40 50 502 117 42
Binary 10011001 10010 1101000 0 1011000 100000 101000 101000010 1001111 100010

Color Harmonies of #991268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991268

Black with #991268

Text Example


Text Example

White with #991268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991268; }

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

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

background-color css

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

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

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

border-color css

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

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

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