Html Css Color HEX #950870 Eggplant

📋 copy color: '#950870'

red 149 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #950870

Tints of Eggplant #950870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 55.39%
G = 2.97%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#950870 (or 0x950870) is known color: Eggplant. HEX triplet: 95, 08 and 70. RGB value is (149,8,112). Sum of RGB (Red+Green+Blue) = 149+8+112=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #950870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950870 is #6AF78F. Grayscale: #3D3D3D. Windows color (decimal): -7010192 or 7342229. OLE color: 7342229.

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

Color convert

RGB 149 8 112 -
CMYK 0 0.95 0.25 0.42
HSL 315.74º 0.9% 0.31% -
HSV(B) 315.74º 0.95% 0.58% -
XYZ 15.41 7.73 16.01 -
YUV 62.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 149 8 112 0 0.95 0.25 0.42 315.74 0.9 0.31
Hex 95 8 70 0 5F 19 2A 13C 5A 1F
Octal 225 10 160 0 137 31 52 474 132 37
Binary 10010101 1000 1110000 0 1011111 11001 101010 100111100 1011010 11111

Color Harmonies of #950870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950870

Black with #950870

Text Example


Text Example

White with #950870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950870; }

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

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

background-color css

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

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

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

border-color css

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

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

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