Html Css Color HEX #9E07AB Dark Magenta

📋 copy color: '#9E07AB'

red 158 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #9E07AB

Tints of Dark Magenta #9E07AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 47.02%
G = 2.08%
B = 50.89%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E07AB (or 0x9E07AB) is known color: Dark Magenta. HEX triplet: 9E, 07 and AB. RGB value is (158,7,171). Sum of RGB (Red+Green+Blue) = 158+7+171=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E07AB is #61F854. Grayscale: #464646. Windows color (decimal): -6420565 or 11208606. OLE color: 11208606.

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

Color convert

RGB 158 7 171 -
CMYK 0.08 0.96 0 0.33
HSL 295.24º 0.92% 0.35% -
HSV(B) 295.24º 0.96% 0.67% -
XYZ 21.53 10.36 39.39 -
YUV 70.85 184.53 190.16 -
System Red Green Blue C M Y K H S L
Decimal 158 7 171 0.08 0.96 0 0.33 295.24 0.92 0.35
Hex 9E 7 AB 8 60 0 21 127 5C 23
Octal 236 7 253 10 140 0 41 447 134 43
Binary 10011110 111 10101011 1000 1100000 0 100001 100100111 1011100 100011

Color Harmonies of #9E07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E07AB

Black with #9E07AB

Text Example


Text Example

White with #9E07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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