Html Css Color HEX #9A0BAE Dark Magenta

📋 copy color: '#9A0BAE'

red 154 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #9A0BAE

Tints of Dark Magenta #9A0BAE

RGB

 RED value IS 154 (60.55% from 255) = 45.43%

 GREEN value IS 11 (4.69% from 255) = 3.24%

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

R = 45.43%
G = 3.24%
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

#9A0BAE (or 0x9A0BAE) is known color: Dark Magenta. HEX triplet: 9A, 0B and AE. RGB value is (154,11,174). Sum of RGB (Red+Green+Blue) = 154+11+174=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 11 (4.69% from 255 or 3.24% 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 #9A0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0BAE is #65F451. Grayscale: #474747. Windows color (decimal): -6681682 or 11406234. OLE color: 11406234.

HSL color Cylindrical-coordinate representation of color #9A0BAE: hue angle of 292.64º degrees, saturation: 0.88, 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 #9A0BAE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 11 174 -
CMYK 0.11 0.94 0 0.32
HSL 292.64º 0.88% 0.36% -
HSV(B) 292.64º 0.94% 0.68% -
XYZ 21.09 10.17 40.9 -
YUV 72.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 154 11 174 0.11 0.94 0 0.32 292.64 0.88 0.36
Hex 9A B AE B 5E 0 20 125 58 24
Octal 232 13 256 13 136 0 40 445 130 44
Binary 10011010 1011 10101110 1011 1011110 0 100000 100100101 1011000 100100

Color Harmonies of #9A0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0BAE

Black with #9A0BAE

Text Example


Text Example

White with #9A0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,11,174); }

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

background-color css

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

 a { background-color: rgb(154,11,174); }

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

border-color css

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

 span { border-color: rgb(154,11,174); }

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