Html Css Color HEX #950270 Eggplant

📋 copy color: '#950270'

red 149 ◦ green 2 ◦ blue 112

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

Shades of Eggplant #950270

Tints of Eggplant #950270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 56.65%
G = 0.76%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#950270 (or 0x950270) is known color: Eggplant. HEX triplet: 95, 02 and 70. RGB value is (149,2,112). Sum of RGB (Red+Green+Blue) = 149+2+112=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #950270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950270 is #6AFD8F. Grayscale: #3A3A3A. Windows color (decimal): -7011728 or 7340693. OLE color: 7340693.

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

Color convert

RGB 149 2 112 -
CMYK 0 0.99 0.25 0.42
HSL 315.1º 0.97% 0.3% -
HSV(B) 315.1º 0.99% 0.58% -
XYZ 15.34 7.6 15.99 -
YUV 58.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 149 2 112 0 0.99 0.25 0.42 315.1 0.97 0.3
Hex 95 2 70 0 63 19 2A 13B 61 1E
Octal 225 2 160 0 143 31 52 473 141 36
Binary 10010101 10 1110000 0 1100011 11001 101010 100111011 1100001 11110

Color Harmonies of #950270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950270

Black with #950270

Text Example


Text Example

White with #950270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950270; }

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

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

background-color css

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

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

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

border-color css

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

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

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