#9E1286

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

Shades of Dark Purple #9E1286

Tints of Dark Purple #9E1286

Color information

#9E1286 (or 0x9E1286) is unknown color: approx Dark Purple. HEX triplet: 9E, 12 and 86. RGB value is (158,18,134). Sum of RGB (Red+Green+Blue) = 158+18+134=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1286 is #61ED79. Grayscale: #484848. Windows color (decimal): -6417786 or 8786590. OLE color: 8786590.

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

Color convert

RGB15818134-
CMYK00.890.150.38
HSL310.29º79.55%34.51%-
HSV(B)310.29º88.61%61.96%-
XYZ18.629.4223.39-
YUV73.08162.38188.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 18 (7.42% from 255) = 5.81%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=50.97%
G=5.81%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581813400.890.150.38310.2979.5534.51
Hex9E1286059F261365023
Octal236222060131174646612043
Binary1001111010010100001100101100111111001101001101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,18,134); }

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

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

 a { background-color: rgb(158,18,134); }

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

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

 span { border-color: rgb(158,18,134); }

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