Html Css Color HEX #951164 Eggplant

📋 copy color: '#951164'

red 149 ◦ green 17 ◦ blue 100

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

Shades of Eggplant #951164

Tints of Eggplant #951164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 56.02%
G = 6.39%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#951164 (or 0x951164) is known color: Eggplant. HEX triplet: 95, 11 and 64. RGB value is (149,17,100). Sum of RGB (Red+Green+Blue) = 149+17+100=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #951164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951164 is #6AEE9B. Grayscale: #414141. Windows color (decimal): -7007900 or 6558101. OLE color: 6558101.

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

Color convert

RGB 149 17 100 -
CMYK 0 0.89 0.33 0.42
HSL 322.27º 0.8% 0.33% -
HSV(B) 322.27º 0.89% 0.58% -
XYZ 14.9 7.71 12.76 -
YUV 65.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 149 17 100 0 0.89 0.33 0.42 322.27 0.8 0.33
Hex 95 11 64 0 59 21 2A 142 50 21
Octal 225 21 144 0 131 41 52 502 120 41
Binary 10010101 10001 1100100 0 1011001 100001 101010 101000010 1010000 100001

Color Harmonies of #951164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951164

Black with #951164

Text Example


Text Example

White with #951164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951164; }

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

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

background-color css

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

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

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

border-color css

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

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

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