#9E227E

Color #9E227E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9E227E

Tints of Dark Purple #9E227E

Color information

#9E227E (or 0x9E227E) is unknown color: approx Dark Purple. HEX triplet: 9E, 22 and 7E. RGB value is (158,34,126). Sum of RGB (Red+Green+Blue) = 158+34+126=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E227E is #61DD81. Grayscale: #515151. Windows color (decimal): -6413698 or 8266398. OLE color: 8266398.

HSL color Cylindrical-coordinate representation of color #9E227E: hue angle of 315.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E227E is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15834126-
CMYK00.780.200.38
HSL315.48º64.58%37.65%-
HSV(B)315.48º78.48%61.96%-
XYZ18.449.9220.68-
YUV81.56153.08182.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=49.69%
G=10.69%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583412600.780.200.38315.4864.5837.65
Hex9E227E04E142613b4126
Octal236421760116244647310146
Binary10011110100010111111001001110101001001101001110111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E227E; }

 p { color: rgb(158,34,126); }

 H1.HeaderClassName
 {
   color: #9E227E;
 }
 .AnyTagClassName
 {
   color: #9E227E;
 }
</style>
background-color css

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

 a { background-color: rgb(158,34,126); }

 div.DivClassName
 {
   background-color: #9E227E;
 }
 .BgClassName
 {
   background-color: #9E227E;
 }
</style>
border-color css

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

 span { border-color: rgb(158,34,126); }

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