Html Css Color HEX #9E209B Dark Magenta

📋 copy color: '#9E209B'

red 158 ◦ green 32 ◦ blue 155

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

Shades of Dark Magenta #9E209B

Tints of Dark Magenta #9E209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 45.8%
G = 9.28%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E209B (or 0x9E209B) is known color: Dark Magenta. HEX triplet: 9E, 20 and 9B. RGB value is (158,32,155). Sum of RGB (Red+Green+Blue) = 158+32+155=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E209B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E209B is #61DF64. Grayscale: #535353. Windows color (decimal): -6414181 or 10166430. OLE color: 10166430.

HSL color Cylindrical-coordinate representation of color #9E209B: hue angle of 301.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E209B is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 32 155 -
CMYK 0 0.80 0.02 0.38
HSL 301.43º 0.66% 0.37% -
HSV(B) 301.43º 0.8% 0.62% -
XYZ 20.53 10.67 31.99 -
YUV 83.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 158 32 155 0 0.80 0.02 0.38 301.43 0.66 0.37
Hex 9E 20 9B 0 50 2 26 12D 42 25
Octal 236 40 233 0 120 2 46 455 102 45
Binary 10011110 100000 10011011 0 1010000 10 100110 100101101 1000010 100101

Color Harmonies of #9E209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E209B

Black with #9E209B

Text Example


Text Example

White with #9E209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,32,155); }

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

background-color css

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

 a { background-color: rgb(158,32,155); }

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

border-color css

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

 span { border-color: rgb(158,32,155); }

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