Html Css Color HEX #9B0AAE Dark Magenta

📋 copy color: '#9B0AAE'

red 155 ◦ green 10 ◦ blue 174

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

Shades of Dark Magenta #9B0AAE

Tints of Dark Magenta #9B0AAE

RGB

 RED value IS 155 (60.94% from 255) = 45.72%

 GREEN value IS 10 (4.3% from 255) = 2.95%

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

R = 45.72%
G = 2.95%
B = 51.33%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B0AAE (or 0x9B0AAE) is known color: Dark Magenta. HEX triplet: 9B, 0A and AE. RGB value is (155,10,174). Sum of RGB (Red+Green+Blue) = 155+10+174=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 10 (4.30% from 255 or 2.95% 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 #9B0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0AAE is #64F551. Grayscale: #474747. Windows color (decimal): -6616402 or 11405979. OLE color: 11405979.

HSL color Cylindrical-coordinate representation of color #9B0AAE: hue angle of 293.05º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0AAE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 10 174 -
CMYK 0.11 0.94 0 0.32
HSL 293.05º 0.89% 0.36% -
HSV(B) 293.05º 0.94% 0.68% -
XYZ 21.27 10.24 40.9 -
YUV 72.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 155 10 174 0.11 0.94 0 0.32 293.05 0.89 0.36
Hex 9B A AE B 5E 0 20 125 59 24
Octal 233 12 256 13 136 0 40 445 131 44
Binary 10011011 1010 10101110 1011 1011110 0 100000 100100101 1011001 100100

Color Harmonies of #9B0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0AAE

Black with #9B0AAE

Text Example


Text Example

White with #9B0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,10,174); }

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

background-color css

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

 a { background-color: rgb(155,10,174); }

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

border-color css

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

 span { border-color: rgb(155,10,174); }

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