Html Css Color HEX #9E229A Dark Magenta

📋 copy color: '#9E229A'

red 158 ◦ green 34 ◦ blue 154

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

Shades of Dark Magenta #9E229A

Tints of Dark Magenta #9E229A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 45.66%
G = 9.83%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9E229A (or 0x9E229A) is known color: Dark Magenta. HEX triplet: 9E, 22 and 9A. RGB value is (158,34,154). Sum of RGB (Red+Green+Blue) = 158+34+154=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E229A is #61DD65. Grayscale: #545454. Windows color (decimal): -6413670 or 10101406. OLE color: 10101406.

HSL color Cylindrical-coordinate representation of color #9E229A: hue angle of 301.94º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E229A is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 34 154 -
CMYK 0 0.78 0.03 0.38
HSL 301.94º 0.65% 0.38% -
HSV(B) 301.94º 0.78% 0.62% -
XYZ 20.51 10.75 31.57 -
YUV 84.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 158 34 154 0 0.78 0.03 0.38 301.94 0.65 0.38
Hex 9E 22 9A 0 4E 3 26 12E 41 26
Octal 236 42 232 0 116 3 46 456 101 46
Binary 10011110 100010 10011010 0 1001110 11 100110 100101110 1000001 100110

Color Harmonies of #9E229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E229A

Black with #9E229A

Text Example


Text Example

White with #9E229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,34,154); }

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

background-color css

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

 a { background-color: rgb(158,34,154); }

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

border-color css

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

 span { border-color: rgb(158,34,154); }

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