Html Css Color HEX #950564 Eggplant

📋 copy color: '#950564'

red 149 ◦ green 5 ◦ blue 100

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

Shades of Eggplant #950564

Tints of Eggplant #950564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 58.66%
G = 1.97%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#950564 (or 0x950564) is known color: Eggplant. HEX triplet: 95, 05 and 64. RGB value is (149,5,100). Sum of RGB (Red+Green+Blue) = 149+5+100=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #950564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950564 is #6AFA9B. Grayscale: #3A3A3A. Windows color (decimal): -7010972 or 6555029. OLE color: 6555029.

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

Color convert

RGB 149 5 100 -
CMYK 0 0.97 0.33 0.42
HSL 320.42º 0.94% 0.3% -
HSV(B) 320.42º 0.97% 0.58% -
XYZ 14.75 7.42 12.71 -
YUV 58.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 149 5 100 0 0.97 0.33 0.42 320.42 0.94 0.3
Hex 95 5 64 0 61 21 2A 140 5E 1E
Octal 225 5 144 0 141 41 52 500 136 36
Binary 10010101 101 1100100 0 1100001 100001 101010 101000000 1011110 11110

Color Harmonies of #950564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950564

Black with #950564

Text Example


Text Example

White with #950564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950564; }

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

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

background-color css

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

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

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

border-color css

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

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

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