Html Css Color HEX #9A0FAA Dark Magenta

📋 copy color: '#9A0FAA'

red 154 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #9A0FAA

Tints of Dark Magenta #9A0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.42%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 45.43%
G = 4.42%
B = 50.15%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A0FAA (or 0x9A0FAA) is known color: Dark Magenta. HEX triplet: 9A, 0F and AA. RGB value is (154,15,170). Sum of RGB (Red+Green+Blue) = 154+15+170=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0FAA is #65F055. Grayscale: #494949. Windows color (decimal): -6680662 or 11145114. OLE color: 11145114.

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

Color convert

RGB 154 15 170 -
CMYK 0.09 0.91 0 0.33
HSL 293.81º 0.84% 0.36% -
HSV(B) 293.81º 0.91% 0.67% -
XYZ 20.75 10.11 38.89 -
YUV 74.23 182.05 184.9 -
System Red Green Blue C M Y K H S L
Decimal 154 15 170 0.09 0.91 0 0.33 293.81 0.84 0.36
Hex 9A F AA 9 5B 0 21 126 54 24
Octal 232 17 252 11 133 0 41 446 124 44
Binary 10011010 1111 10101010 1001 1011011 0 100001 100100110 1010100 100100

Color Harmonies of #9A0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0FAA

Black with #9A0FAA

Text Example


Text Example

White with #9A0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,15,170); }

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

background-color css

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

 a { background-color: rgb(154,15,170); }

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

border-color css

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

 span { border-color: rgb(154,15,170); }

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