#9E288B

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

Shades of Dark Purple #9E288B

Tints of Dark Purple #9E288B

Color information

#9E288B (or 0x9E288B) is unknown color: approx Dark Purple. HEX triplet: 9E, 28 and 8B. RGB value is (158,40,139). Sum of RGB (Red+Green+Blue) = 158+40+139=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E288B is #61D774. Grayscale: #565656. Windows color (decimal): -6412149 or 9119902. OLE color: 9119902.

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

Color convert

RGB15840139-
CMYK00.750.120.38
HSL309.66º59.6%38.82%-
HSV(B)309.66º74.68%61.96%-
XYZ19.5210.6525.45-
YUV86.57157.59178.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=46.88%
G=11.87%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584013900.750.120.38309.6659.638.82
Hex9E288B04BC261363c27
Octal23650213011314464667447
Binary1001111010100010001011010010111100100110100110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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