#9E0286

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

Shades of Dark Magenta #9E0286

Tints of Dark Magenta #9E0286

Color information

#9E0286 (or 0x9E0286) is unknown color: approx Dark Magenta. HEX triplet: 9E, 02 and 86. RGB value is (158,2,134). Sum of RGB (Red+Green+Blue) = 158+2+134=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0286 is #61FD79. Grayscale: #3F3F3F. Windows color (decimal): -6421882 or 8782494. OLE color: 8782494.

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

Color convert

RGB1582134-
CMYK00.990.150.38
HSL309.23º97.5%31.37%-
HSV(B)309.23º98.73%61.96%-
XYZ18.439.0323.33-
YUV63.69167.68195.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.74%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=53.74%
G=0.68%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158213400.990.150.38309.2397.531.37
Hex9E286063F26135621f
Octal23622060143174646514237
Binary100111101010000110011000111111100110100110101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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