Html Css Color HEX #950875 Eggplant

📋 copy color: '#950875'

red 149 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #950875

Tints of Eggplant #950875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 54.38%
G = 2.92%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950875 (or 0x950875) is known color: Eggplant. HEX triplet: 95, 08 and 75. RGB value is (149,8,117). Sum of RGB (Red+Green+Blue) = 149+8+117=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #950875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950875 is #6AF78A. Grayscale: #3E3E3E. Windows color (decimal): -7010187 or 7669909. OLE color: 7669909.

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

Color convert

RGB 149 8 117 -
CMYK 0 0.95 0.21 0.42
HSL 313.62º 0.9% 0.31% -
HSV(B) 313.62º 0.95% 0.58% -
XYZ 15.69 7.85 17.52 -
YUV 62.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 149 8 117 0 0.95 0.21 0.42 313.62 0.9 0.31
Hex 95 8 75 0 5F 15 2A 13A 5A 1F
Octal 225 10 165 0 137 25 52 472 132 37
Binary 10010101 1000 1110101 0 1011111 10101 101010 100111010 1011010 11111

Color Harmonies of #950875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950875

Black with #950875

Text Example


Text Example

White with #950875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950875; }

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

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

background-color css

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

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

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

border-color css

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

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

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