#9E1678

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

Shades of Dark Purple #9E1678

Tints of Dark Purple #9E1678

Color information

#9E1678 (or 0x9E1678) is unknown color: approx Dark Purple. HEX triplet: 9E, 16 and 78. RGB value is (158,22,120). Sum of RGB (Red+Green+Blue) = 158+22+120=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1678 is #61E987. Grayscale: #494949. Windows color (decimal): -6416776 or 7870110. OLE color: 7870110.

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

Color convert

RGB15822120-
CMYK00.860.240.38
HSL316.76º75.56%35.29%-
HSV(B)316.76º86.08%61.96%-
XYZ17.789.218.61-
YUV73.84154.06188.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.67%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 120 (47.27% from 255) = 40%
R=52.67%
G=7.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582212000.860.240.38316.7675.5635.29
Hex9E1678056182613d4c23
Octal236261700126304647511443
Binary1001111010110111100001010110110001001101001111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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