Html Css Color HEX #9E0286 Dark Magenta

📋 copy color: '#9E0286'

red 158 ◦ green 2 ◦ blue 134

#9E0286
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9E0286

Tints of Dark Magenta #9E0286

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 value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E0286 (or 0x9E0286) is known color: 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

RGB 158 2 134 -
CMYK 0 0.99 0.15 0.38
HSL 309.23º 0.98% 0.31% -
HSV(B) 309.23º 0.99% 0.62% -
XYZ 18.43 9.03 23.33 -
YUV 63.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 158 2 134 0 0.99 0.15 0.38 309.23 0.98 0.31
Hex 9E 2 86 0 63 F 26 135 62 1F
Octal 236 2 206 0 143 17 46 465 142 37
Binary 10011110 10 10000110 0 1100011 1111 100110 100110101 1100010 11111

Color Harmonies of #9E0286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0286

Black with #9E0286

Text Example


Text Example

White with #9E0286

Text Example


Text Example

HTML Codes & Css Web 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>