#9e287a

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

Shades of Dark Purple #9E287A

Tints of Dark Purple #9E287A

Color information

#9E287A (or 0x9E287A) is unknown color: approx Dark Purple. HEX triplet: 9E, 28 and 7A. RGB value is (158,40,122). Sum of RGB (Red+Green+Blue) = 158+40+122=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E287A is #61D785. Grayscale: #545454. Windows color (decimal): -6412166 or 8005790. OLE color: 8005790.

HSL color Cylindrical-coordinate representation of color #9E287A: hue angle of 318.31º 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 #9E287A is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15840122-
CMYK00.750.230.38
HSL318.31º59.6%38.82%-
HSV(B)318.31º74.68%61.96%-
XYZ18.3710.1919.41-
YUV84.63149.09180.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.38%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=49.38%
G=12.5%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584012200.750.230.38318.3159.638.82
Hex9E287A04B172613e3c27
Octal23650172011327464767447
Binary1001111010100011110100100101110111100110100111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e287a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,122); }

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

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

 a { background-color: rgb(158,40,122); }

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

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

 span { border-color: rgb(158,40,122); }

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