Html Css Color HEX #950470 Eggplant

📋 copy color: '#950470'

red 149 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #950470

Tints of Eggplant #950470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 56.23%
G = 1.51%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#950470 (or 0x950470) is known color: Eggplant. HEX triplet: 95, 04 and 70. RGB value is (149,4,112). Sum of RGB (Red+Green+Blue) = 149+4+112=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #950470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950470 is #6AFB8F. Grayscale: #3B3B3B. Windows color (decimal): -7011216 or 7341205. OLE color: 7341205.

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

Color convert

RGB 149 4 112 -
CMYK 0 0.97 0.25 0.42
HSL 315.31º 0.95% 0.3% -
HSV(B) 315.31º 0.97% 0.58% -
XYZ 15.36 7.65 16 -
YUV 59.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 149 4 112 0 0.97 0.25 0.42 315.31 0.95 0.3
Hex 95 4 70 0 61 19 2A 13B 5F 1E
Octal 225 4 160 0 141 31 52 473 137 36
Binary 10010101 100 1110000 0 1100001 11001 101010 100111011 1011111 11110

Color Harmonies of #950470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950470

Black with #950470

Text Example


Text Example

White with #950470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950470; }

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

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

background-color css

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

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

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

border-color css

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

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

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