Html Css Color HEX #950868 Eggplant

📋 copy color: '#950868'

red 149 ◦ green 8 ◦ blue 104

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

Shades of Eggplant #950868

Tints of Eggplant #950868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 57.09%
G = 3.07%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#950868 (or 0x950868) is known color: Eggplant. HEX triplet: 95, 08 and 68. RGB value is (149,8,104). Sum of RGB (Red+Green+Blue) = 149+8+104=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #950868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950868 is #6AF797. Grayscale: #3C3C3C. Windows color (decimal): -7010200 or 6817941. OLE color: 6817941.

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

Color convert

RGB 149 8 104 -
CMYK 0 0.95 0.30 0.42
HSL 319.15º 0.9% 0.31% -
HSV(B) 319.15º 0.95% 0.58% -
XYZ 14.98 7.56 13.77 -
YUV 61.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 149 8 104 0 0.95 0.30 0.42 319.15 0.9 0.31
Hex 95 8 68 0 5F 1E 2A 13F 5A 1F
Octal 225 10 150 0 137 36 52 477 132 37
Binary 10010101 1000 1101000 0 1011111 11110 101010 100111111 1011010 11111

Color Harmonies of #950868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950868

Black with #950868

Text Example


Text Example

White with #950868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950868; }

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

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

background-color css

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

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

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

border-color css

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

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

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