#9E167D

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

Shades of Dark Purple #9E167D

Tints of Dark Purple #9E167D

Color information

#9E167D (or 0x9E167D) is unknown color: approx Dark Purple. HEX triplet: 9E, 16 and 7D. RGB value is (158,22,125). Sum of RGB (Red+Green+Blue) = 158+22+125=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E167D is #61E982. Grayscale: #4A4A4A. Windows color (decimal): -6416771 or 8197790. OLE color: 8197790.

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

Color convert

RGB15822125-
CMYK00.860.210.38
HSL314.56º75.56%35.29%-
HSV(B)314.56º86.08%61.96%-
XYZ18.099.3220.25-
YUV74.41156.56187.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.80%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=51.80%
G=7.21%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582212500.860.210.38314.5675.5635.29
Hex9E167D056152613b4c23
Octal236261750126254647311443
Binary1001111010110111110101010110101011001101001110111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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