Html Css Color HEX #991068 Eggplant

📋 copy color: '#991068'

red 153 ◦ green 16 ◦ blue 104

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

Shades of Eggplant #991068

Tints of Eggplant #991068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 56.04%
G = 5.86%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#991068 (or 0x991068) is known color: Eggplant. HEX triplet: 99, 10 and 68. RGB value is (153,16,104). Sum of RGB (Red+Green+Blue) = 153+16+104=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #991068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991068 is #66EF97. Grayscale: #424242. Windows color (decimal): -6746008 or 6819993. OLE color: 6819993.

HSL color Cylindrical-coordinate representation of color #991068: hue angle of 321.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991068 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 104 -
CMYK 0 0.90 0.32 0.4
HSL 321.46º 0.81% 0.33% -
HSV(B) 321.46º 0.9% 0.6% -
XYZ 15.82 8.14 13.83 -
YUV 67 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 153 16 104 0 0.90 0.32 0.4 321.46 0.81 0.33
Hex 99 10 68 0 5A 20 28 141 51 21
Octal 231 20 150 0 132 40 50 501 121 41
Binary 10011001 10000 1101000 0 1011010 100000 101000 101000001 1010001 100001

Color Harmonies of #991068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991068

Black with #991068

Text Example


Text Example

White with #991068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991068; }

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

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

background-color css

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

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

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

border-color css

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

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

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