Html Css Color HEX #9E0482 Dark Magenta

📋 copy color: '#9E0482'

red 158 ◦ green 4 ◦ blue 130

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

Shades of Dark Magenta #9E0482

Tints of Dark Magenta #9E0482

RGB

 RED value IS 158 (62.11% from 255) = 54.11%

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 130 (51.17% from 255) = 44.52%

R = 54.11%
G = 1.37%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E0482 (or 0x9E0482) is known color: Dark Magenta. HEX triplet: 9E, 04 and 82. RGB value is (158,4,130). Sum of RGB (Red+Green+Blue) = 158+4+130=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0482 is #61FB7D. Grayscale: #404040. Windows color (decimal): -6421374 or 8520862. OLE color: 8520862.

HSL color Cylindrical-coordinate representation of color #9E0482: hue angle of 310.91º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0482 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 4 130 -
CMYK 0 0.97 0.18 0.38
HSL 310.91º 0.95% 0.32% -
HSV(B) 310.91º 0.97% 0.62% -
XYZ 18.17 8.97 21.89 -
YUV 64.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 158 4 130 0 0.97 0.18 0.38 310.91 0.95 0.32
Hex 9E 4 82 0 61 12 26 137 5F 20
Octal 236 4 202 0 141 22 46 467 137 40
Binary 10011110 100 10000010 0 1100001 10010 100110 100110111 1011111 100000

Color Harmonies of #9E0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0482

Black with #9E0482

Text Example


Text Example

White with #9E0482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,4,130); }

 H1.HeaderClassName
 {
   color: #9E0482;
 }
 .AnyTagClassName
 {
   color: #9E0482;
 }
</style>

background-color css

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

 a { background-color: rgb(158,4,130); }

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

border-color css

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

 span { border-color: rgb(158,4,130); }

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