Html Css Color HEX #950867 Eggplant

📋 copy color: '#950867'

red 149 ◦ green 8 ◦ blue 103

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

Shades of Eggplant #950867

Tints of Eggplant #950867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.62%

R = 57.31%
G = 3.08%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#950867 (or 0x950867) is known color: Eggplant. HEX triplet: 95, 08 and 67. RGB value is (149,8,103). Sum of RGB (Red+Green+Blue) = 149+8+103=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #950867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950867 is #6AF798. Grayscale: #3C3C3C. Windows color (decimal): -7010201 or 6752405. OLE color: 6752405.

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

Color convert

RGB 149 8 103 -
CMYK 0 0.95 0.31 0.42
HSL 319.57º 0.9% 0.31% -
HSV(B) 319.57º 0.95% 0.58% -
XYZ 14.93 7.54 13.5 -
YUV 60.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 149 8 103 0 0.95 0.31 0.42 319.57 0.9 0.31
Hex 95 8 67 0 5F 1F 2A 140 5A 1F
Octal 225 10 147 0 137 37 52 500 132 37
Binary 10010101 1000 1100111 0 1011111 11111 101010 101000000 1011010 11111

Color Harmonies of #950867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950867

Black with #950867

Text Example


Text Example

White with #950867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950867; }

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

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

background-color css

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

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

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

border-color css

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

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

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