#9E2792

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

Shades of Dark Purple #9E2792

Tints of Dark Purple #9E2792

Color information

#9E2792 (or 0x9E2792) is unknown color: approx Dark Purple. HEX triplet: 9E, 27 and 92. RGB value is (158,39,146). Sum of RGB (Red+Green+Blue) = 158+39+146=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2792 is #61D86D. Grayscale: #565656. Windows color (decimal): -6412398 or 9578398. OLE color: 9578398.

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

Color convert

RGB15839146-
CMYK00.750.080.38
HSL306.05º60.41%38.63%-
HSV(B)306.05º75.32%61.96%-
XYZ20.0110.828.22-
YUV86.78161.42178.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.06%
GREEN value IS 39 (15.62% from 255) = 11.37%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=46.06%
G=11.37%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583914600.750.080.38306.0560.4138.63
Hex9E279204B8261323c27
Octal23647222011310464627447
Binary1001111010011110010010010010111000100110100110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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