#9E2592

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

Shades of Dark Purple #9E2592

Tints of Dark Purple #9E2592

Color information

#9E2592 (or 0x9E2592) is unknown color: approx Dark Purple. HEX triplet: 9E, 25 and 92. RGB value is (158,37,146). Sum of RGB (Red+Green+Blue) = 158+37+146=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2592 is #61DA6D. Grayscale: #555555. Windows color (decimal): -6412910 or 9577886. OLE color: 9577886.

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

Color convert

RGB15837146-
CMYK00.770.080.38
HSL305.95º62.05%38.24%-
HSV(B)305.95º76.58%61.96%-
XYZ19.9510.6728.2-
YUV85.6162.09179.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 37 (14.84% from 255) = 10.85%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=46.33%
G=10.85%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583714600.770.080.38305.9562.0538.24
Hex9E259204D8261323e26
Octal23645222011510464627646
Binary1001111010010110010010010011011000100110100110010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,37,146); }

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

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

 a { background-color: rgb(158,37,146); }

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

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

 span { border-color: rgb(158,37,146); }

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