Html Css Color HEX #951566 Eggplant

📋 copy color: '#951566'

red 149 ◦ green 21 ◦ blue 102

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

Shades of Eggplant #951566

Tints of Eggplant #951566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 54.78%
G = 7.72%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#951566 (or 0x951566) is known color: Eggplant. HEX triplet: 95, 15 and 66. RGB value is (149,21,102). Sum of RGB (Red+Green+Blue) = 149+21+102=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #951566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951566 is #6AEA99. Grayscale: #444444. Windows color (decimal): -7006874 or 6690197. OLE color: 6690197.

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

Color convert

RGB 149 21 102 -
CMYK 0 0.86 0.32 0.42
HSL 322.03º 0.75% 0.33% -
HSV(B) 322.03º 0.86% 0.58% -
XYZ 15.06 7.89 13.3 -
YUV 68.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 149 21 102 0 0.86 0.32 0.42 322.03 0.75 0.33
Hex 95 15 66 0 56 20 2A 142 4B 21
Octal 225 25 146 0 126 40 52 502 113 41
Binary 10010101 10101 1100110 0 1010110 100000 101010 101000010 1001011 100001

Color Harmonies of #951566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951566

Black with #951566

Text Example


Text Example

White with #951566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951566; }

 p { color: rgb(149,21,102); }

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

background-color css

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

 a { background-color: rgb(149,21,102); }

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

border-color css

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

 span { border-color: rgb(149,21,102); }

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