#9E1692

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

Shades of Dark Magenta #9E1692

Tints of Dark Magenta #9E1692

Color information

#9E1692 (or 0x9E1692) is unknown color: approx Dark Magenta. HEX triplet: 9E, 16 and 92. RGB value is (158,22,146). Sum of RGB (Red+Green+Blue) = 158+22+146=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1692 is #61E96D. Grayscale: #4C4C4C. Windows color (decimal): -6416750 or 9574046. OLE color: 9574046.

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

Color convert

RGB15822146-
CMYK00.860.080.38
HSL305.29º75.56%35.29%-
HSV(B)305.29º86.08%61.96%-
XYZ19.589.9228.08-
YUV76.8167.06185.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=48.47%
G=6.75%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582214600.860.080.38305.2975.5635.29
Hex9E16920568261314c23
Octal236262220126104646111443
Binary1001111010110100100100101011010001001101001100011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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