Html Css Color HEX #951167 Eggplant

📋 copy color: '#951167'

red 149 ◦ green 17 ◦ blue 103

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

Shades of Eggplant #951167

Tints of Eggplant #951167

RGB

 RED value IS 149 (58.59% from 255) = 55.39%

 GREEN value IS 17 (7.03% from 255) = 6.32%

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

R = 55.39%
G = 6.32%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#951167 (or 0x951167) is known color: Eggplant. HEX triplet: 95, 11 and 67. RGB value is (149,17,103). Sum of RGB (Red+Green+Blue) = 149+17+103=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #951167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951167 is #6AEE98. Grayscale: #424242. Windows color (decimal): -7007897 or 6754709. OLE color: 6754709.

HSL color Cylindrical-coordinate representation of color #951167: hue angle of 320.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951167 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 103 -
CMYK 0 0.89 0.31 0.42
HSL 320.91º 0.8% 0.33% -
HSV(B) 320.91º 0.89% 0.58% -
XYZ 15.04 7.77 13.54 -
YUV 66.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 149 17 103 0 0.89 0.31 0.42 320.91 0.8 0.33
Hex 95 11 67 0 59 1F 2A 141 50 21
Octal 225 21 147 0 131 37 52 501 120 41
Binary 10010101 10001 1100111 0 1011001 11111 101010 101000001 1010000 100001

Color Harmonies of #951167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951167

Black with #951167

Text Example


Text Example

White with #951167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951167; }

 p { color: rgb(149,17,103); }

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

background-color css

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

 a { background-color: rgb(149,17,103); }

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

border-color css

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

 span { border-color: rgb(149,17,103); }

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