Html Css Color HEX #991069 Eggplant

📋 copy color: '#991069'

red 153 ◦ green 16 ◦ blue 105

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

Shades of Eggplant #991069

Tints of Eggplant #991069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 55.84%
G = 5.84%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#991069 (or 0x991069) is known color: Eggplant. HEX triplet: 99, 10 and 69. RGB value is (153,16,105). Sum of RGB (Red+Green+Blue) = 153+16+105=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991069 is #66EF96. Grayscale: #424242. Windows color (decimal): -6746007 or 6885529. OLE color: 6885529.

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

Color convert

RGB 153 16 105 -
CMYK 0 0.90 0.31 0.4
HSL 321.02º 0.81% 0.33% -
HSV(B) 321.02º 0.9% 0.6% -
XYZ 15.87 8.16 14.1 -
YUV 67.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 153 16 105 0 0.90 0.31 0.4 321.02 0.81 0.33
Hex 99 10 69 0 5A 1F 28 141 51 21
Octal 231 20 151 0 132 37 50 501 121 41
Binary 10011001 10000 1101001 0 1011010 11111 101000 101000001 1010001 100001

Color Harmonies of #991069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991069

Black with #991069

Text Example


Text Example

White with #991069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991069; }

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

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

background-color css

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

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

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

border-color css

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

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

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