Html Css Color HEX #9A0BAB Dark Magenta

📋 copy color: '#9A0BAB'

red 154 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #9A0BAB

Tints of Dark Magenta #9A0BAB

RGB

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

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

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

R = 45.83%
G = 3.27%
B = 50.89%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A0BAB (or 0x9A0BAB) is known color: Dark Magenta. HEX triplet: 9A, 0B and AB. RGB value is (154,11,171). Sum of RGB (Red+Green+Blue) = 154+11+171=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 11 (4.69% from 255 or 3.27% 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 #9A0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0BAB is #65F454. Grayscale: #474747. Windows color (decimal): -6681685 or 11209626. OLE color: 11209626.

HSL color Cylindrical-coordinate representation of color #9A0BAB: hue angle of 293.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0BAB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 11 171 -
CMYK 0.10 0.94 0 0.33
HSL 293.63º 0.88% 0.36% -
HSV(B) 293.63º 0.94% 0.67% -
XYZ 20.8 10.05 39.37 -
YUV 72 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 154 11 171 0.10 0.94 0 0.33 293.63 0.88 0.36
Hex 9A B AB A 5E 0 21 126 58 24
Octal 232 13 253 12 136 0 41 446 130 44
Binary 10011010 1011 10101011 1010 1011110 0 100001 100100110 1011000 100100

Color Harmonies of #9A0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0BAB

Black with #9A0BAB

Text Example


Text Example

White with #9A0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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