Html Css Color HEX #950272 Eggplant

📋 copy color: '#950272'

red 149 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #950272

Tints of Eggplant #950272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 56.23%
G = 0.75%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#950272 (or 0x950272) is known color: Eggplant. HEX triplet: 95, 02 and 72. RGB value is (149,2,114). Sum of RGB (Red+Green+Blue) = 149+2+114=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #950272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950272 is #6AFD8D. Grayscale: #3A3A3A. Windows color (decimal): -7011726 or 7471765. OLE color: 7471765.

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

Color convert

RGB 149 2 114 -
CMYK 0 0.99 0.23 0.42
HSL 314.29º 0.97% 0.3% -
HSV(B) 314.29º 0.99% 0.58% -
XYZ 15.45 7.65 16.58 -
YUV 58.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 149 2 114 0 0.99 0.23 0.42 314.29 0.97 0.3
Hex 95 2 72 0 63 17 2A 13A 61 1E
Octal 225 2 162 0 143 27 52 472 141 36
Binary 10010101 10 1110010 0 1100011 10111 101010 100111010 1100001 11110

Color Harmonies of #950272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950272

Black with #950272

Text Example


Text Example

White with #950272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950272; }

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

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

background-color css

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

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

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

border-color css

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

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

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