Html Css Color HEX #9A0BAC Dark Magenta

📋 copy color: '#9A0BAC'

red 154 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #9A0BAC

Tints of Dark Magenta #9A0BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.04%

R = 45.7%
G = 3.26%
B = 51.04%

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

#9A0BAC (or 0x9A0BAC) is known color: Dark Magenta. HEX triplet: 9A, 0B and AC. RGB value is (154,11,172). Sum of RGB (Red+Green+Blue) = 154+11+172=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0BAC is #65F453. Grayscale: #474747. Windows color (decimal): -6681684 or 11275162. OLE color: 11275162.

HSL color Cylindrical-coordinate representation of color #9A0BAC: hue angle of 293.29º 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 #9A0BAC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 11 172 -
CMYK 0.10 0.94 0 0.33
HSL 293.29º 0.88% 0.36% -
HSV(B) 293.29º 0.94% 0.67% -
XYZ 20.89 10.09 39.88 -
YUV 72.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 154 11 172 0.10 0.94 0 0.33 293.29 0.88 0.36
Hex 9A B AC A 5E 0 21 125 58 24
Octal 232 13 254 12 136 0 41 445 130 44
Binary 10011010 1011 10101100 1010 1011110 0 100001 100100101 1011000 100100

Color Harmonies of #9A0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0BAC

Black with #9A0BAC

Text Example


Text Example

White with #9A0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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