#9E1686

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

Shades of Dark Purple #9E1686

Tints of Dark Purple #9E1686

Color information

#9E1686 (or 0x9E1686) is unknown color: approx Dark Purple. HEX triplet: 9E, 16 and 86. RGB value is (158,22,134). Sum of RGB (Red+Green+Blue) = 158+22+134=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1686 is #61E979. Grayscale: #4B4B4B. Windows color (decimal): -6416762 or 8787614. OLE color: 8787614.

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

Color convert

RGB15822134-
CMYK00.860.150.38
HSL310.59º75.56%35.29%-
HSV(B)310.59º86.08%61.96%-
XYZ18.699.5623.42-
YUV75.43161.06186.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=50.32%
G=7.01%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582213400.860.150.38310.5975.5635.29
Hex9E1686056F261374c23
Octal236262060126174646711443
Binary1001111010110100001100101011011111001101001101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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