Html Css Color HEX #950860 Eggplant

📋 copy color: '#950860'

red 149 ◦ green 8 ◦ blue 96

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

Shades of Eggplant #950860

Tints of Eggplant #950860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 58.89%
G = 3.16%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#950860 (or 0x950860) is known color: Eggplant. HEX triplet: 95, 08 and 60. RGB value is (149,8,96). Sum of RGB (Red+Green+Blue) = 149+8+96=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #950860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950860 is #6AF79F. Grayscale: #3B3B3B. Windows color (decimal): -7010208 or 6293653. OLE color: 6293653.

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

Color convert

RGB 149 8 96 -
CMYK 0 0.95 0.36 0.42
HSL 322.55º 0.9% 0.31% -
HSV(B) 322.55º 0.95% 0.58% -
XYZ 14.59 7.41 11.73 -
YUV 60.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 149 8 96 0 0.95 0.36 0.42 322.55 0.9 0.31
Hex 95 8 60 0 5F 24 2A 143 5A 1F
Octal 225 10 140 0 137 44 52 503 132 37
Binary 10010101 1000 1100000 0 1011111 100100 101010 101000011 1011010 11111

Color Harmonies of #950860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950860

Black with #950860

Text Example


Text Example

White with #950860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950860; }

 p { color: rgb(149,8,96); }

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

background-color css

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

 a { background-color: rgb(149,8,96); }

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

border-color css

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

 span { border-color: rgb(149,8,96); }

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