#9E2781

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

Shades of Dark Purple #9E2781

Tints of Dark Purple #9E2781

Color information

#9E2781 (or 0x9E2781) is unknown color: approx Dark Purple. HEX triplet: 9E, 27 and 81. RGB value is (158,39,129). Sum of RGB (Red+Green+Blue) = 158+39+129=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2781 is #61D87E. Grayscale: #545454. Windows color (decimal): -6412415 or 8464286. OLE color: 8464286.

HSL color Cylindrical-coordinate representation of color #9E2781: hue angle of 314.62º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2781 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15839129-
CMYK00.750.180.38
HSL314.62º60.41%38.63%-
HSV(B)314.62º75.32%61.96%-
XYZ18.7910.3121.77-
YUV84.84152.92180.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=48.47%
G=11.96%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583912900.750.180.38314.6260.4138.63
Hex9E278104B122613b3c27
Octal23647201011322464737447
Binary10011110100111100000010100101110010100110100111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,39,129); }

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

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

 a { background-color: rgb(158,39,129); }

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

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

 span { border-color: rgb(158,39,129); }

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