Html Css Color HEX #9A06A9 Dark Magenta

📋 copy color: '#9A06A9'

red 154 ◦ green 6 ◦ blue 169

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

Shades of Dark Magenta #9A06A9

Tints of Dark Magenta #9A06A9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 169 (66.41% from 255) = 51.37%

R = 46.81%
G = 1.82%
B = 51.37%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9A06A9 (or 0x9A06A9) is known color: Dark Magenta. HEX triplet: 9A, 06 and A9. RGB value is (154,6,169). Sum of RGB (Red+Green+Blue) = 154+6+169=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A06A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A06A9 is #65F956. Grayscale: #444444. Windows color (decimal): -6682967 or 11077274. OLE color: 11077274.

HSL color Cylindrical-coordinate representation of color #9A06A9: hue angle of 294.48º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A06A9 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 154 6 169 -
CMYK 0.09 0.96 0 0.34
HSL 294.48º 0.93% 0.34% -
HSV(B) 294.48º 0.96% 0.66% -
XYZ 20.55 9.86 38.36 -
YUV 68.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 154 6 169 0.09 0.96 0 0.34 294.48 0.93 0.34
Hex 9A 6 A9 9 60 0 22 126 5D 22
Octal 232 6 251 11 140 0 42 446 135 42
Binary 10011010 110 10101001 1001 1100000 0 100010 100100110 1011101 100010

Color Harmonies of #9A06A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A06A9

Black with #9A06A9

Text Example


Text Example

White with #9A06A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,6,169); }

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

background-color css

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

 a { background-color: rgb(154,6,169); }

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

border-color css

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

 span { border-color: rgb(154,6,169); }

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