Html Css Color HEX #950561 Eggplant

📋 copy color: '#950561'

red 149 ◦ green 5 ◦ blue 97

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

Shades of Eggplant #950561

Tints of Eggplant #950561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 59.36%
G = 1.99%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#950561 (or 0x950561) is known color: Eggplant. HEX triplet: 95, 05 and 61. RGB value is (149,5,97). Sum of RGB (Red+Green+Blue) = 149+5+97=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #950561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950561 is #6AFA9E. Grayscale: #3A3A3A. Windows color (decimal): -7010975 or 6358421. OLE color: 6358421.

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

Color convert

RGB 149 5 97 -
CMYK 0 0.97 0.35 0.42
HSL 321.67º 0.94% 0.3% -
HSV(B) 321.67º 0.97% 0.58% -
XYZ 14.61 7.36 11.96 -
YUV 58.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 149 5 97 0 0.97 0.35 0.42 321.67 0.94 0.3
Hex 95 5 61 0 61 23 2A 142 5E 1E
Octal 225 5 141 0 141 43 52 502 136 36
Binary 10010101 101 1100001 0 1100001 100011 101010 101000010 1011110 11110

Color Harmonies of #950561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950561

Black with #950561

Text Example


Text Example

White with #950561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950561; }

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

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

background-color css

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

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

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

border-color css

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

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

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