#9E2682

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

Shades of Dark Purple #9E2682

Tints of Dark Purple #9E2682

Color information

#9E2682 (or 0x9E2682) is unknown color: approx Dark Purple. HEX triplet: 9E, 26 and 82. RGB value is (158,38,130). Sum of RGB (Red+Green+Blue) = 158+38+130=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2682 is #61D97D. Grayscale: #545454. Windows color (decimal): -6412670 or 8529566. OLE color: 8529566.

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

Color convert

RGB15838130-
CMYK00.760.180.38
HSL314º61.22%38.43%-
HSV(B)314º75.95%61.96%-
XYZ18.8210.2722.11-
YUV84.37153.76180.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=48.47%
G=11.66%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583813000.760.180.3831461.2238.43
Hex9E268204C122613a3d26
Octal23646202011422464727546
Binary10011110100110100000100100110010010100110100111010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,38,130); }

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

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

 a { background-color: rgb(158,38,130); }

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

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

 span { border-color: rgb(158,38,130); }

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