Html Css Color HEX #991067 Eggplant

📋 copy color: '#991067'

red 153 ◦ green 16 ◦ blue 103

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

Shades of Eggplant #991067

Tints of Eggplant #991067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.87%

R = 56.25%
G = 5.88%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#991067 (or 0x991067) is known color: Eggplant. HEX triplet: 99, 10 and 67. RGB value is (153,16,103). Sum of RGB (Red+Green+Blue) = 153+16+103=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #991067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991067 is #66EF98. Grayscale: #424242. Windows color (decimal): -6746009 or 6754457. OLE color: 6754457.

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

Color convert

RGB 153 16 103 -
CMYK 0 0.90 0.33 0.4
HSL 321.9º 0.81% 0.33% -
HSV(B) 321.9º 0.9% 0.6% -
XYZ 15.77 8.12 13.57 -
YUV 66.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 153 16 103 0 0.90 0.33 0.4 321.9 0.81 0.33
Hex 99 10 67 0 5A 21 28 142 51 21
Octal 231 20 147 0 132 41 50 502 121 41
Binary 10011001 10000 1100111 0 1011010 100001 101000 101000010 1010001 100001

Color Harmonies of #991067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991067

Black with #991067

Text Example


Text Example

White with #991067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991067; }

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

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

background-color css

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

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

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

border-color css

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

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

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