Html Css Color HEX #950370 Eggplant

📋 copy color: '#950370'

red 149 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #950370

Tints of Eggplant #950370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 56.44%
G = 1.14%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#950370 (or 0x950370) is known color: Eggplant. HEX triplet: 95, 03 and 70. RGB value is (149,3,112). Sum of RGB (Red+Green+Blue) = 149+3+112=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #950370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950370 is #6AFC8F. Grayscale: #3A3A3A. Windows color (decimal): -7011472 or 7340949. OLE color: 7340949.

HSL color Cylindrical-coordinate representation of color #950370: hue angle of 315.21º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950370 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 112 -
CMYK 0 0.98 0.25 0.42
HSL 315.21º 0.96% 0.3% -
HSV(B) 315.21º 0.98% 0.58% -
XYZ 15.35 7.62 15.99 -
YUV 59.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 149 3 112 0 0.98 0.25 0.42 315.21 0.96 0.3
Hex 95 3 70 0 62 19 2A 13B 60 1E
Octal 225 3 160 0 142 31 52 473 140 36
Binary 10010101 11 1110000 0 1100010 11001 101010 100111011 1100000 11110

Color Harmonies of #950370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950370

Black with #950370

Text Example


Text Example

White with #950370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950370; }

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

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

background-color css

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

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

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

border-color css

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

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

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