Html Css Color HEX #9E07AE Dark Magenta

📋 copy color: '#9E07AE'

red 158 ◦ green 7 ◦ blue 174

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

Shades of Dark Magenta #9E07AE

Tints of Dark Magenta #9E07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 46.61%
G = 2.06%
B = 51.33%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E07AE (or 0x9E07AE) is known color: Dark Magenta. HEX triplet: 9E, 07 and AE. RGB value is (158,7,174). Sum of RGB (Red+Green+Blue) = 158+7+174=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E07AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E07AE is #61F851. Grayscale: #464646. Windows color (decimal): -6420562 or 11405214. OLE color: 11405214.

HSL color Cylindrical-coordinate representation of color #9E07AE: hue angle of 294.25º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E07AE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 7 174 -
CMYK 0.09 0.96 0 0.32
HSL 294.25º 0.92% 0.35% -
HSV(B) 294.25º 0.96% 0.68% -
XYZ 21.82 10.48 40.92 -
YUV 71.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 158 7 174 0.09 0.96 0 0.32 294.25 0.92 0.35
Hex 9E 7 AE 9 60 0 20 126 5C 23
Octal 236 7 256 11 140 0 40 446 134 43
Binary 10011110 111 10101110 1001 1100000 0 100000 100100110 1011100 100011

Color Harmonies of #9E07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E07AE

Black with #9E07AE

Text Example


Text Example

White with #9E07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,7,174); }

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

background-color css

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

 a { background-color: rgb(158,7,174); }

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

border-color css

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

 span { border-color: rgb(158,7,174); }

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