Html Css Color HEX #9A08AC Dark Magenta

📋 copy color: '#9A08AC'

red 154 ◦ green 8 ◦ blue 172

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

Shades of Dark Magenta #9A08AC

Tints of Dark Magenta #9A08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 46.11%
G = 2.4%
B = 51.5%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A08AC (or 0x9A08AC) is known color: Dark Magenta. HEX triplet: 9A, 08 and AC. RGB value is (154,8,172). Sum of RGB (Red+Green+Blue) = 154+8+172=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A08AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A08AC is #65F753. Grayscale: #454545. Windows color (decimal): -6682452 or 11274394. OLE color: 11274394.

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

Color convert

RGB 154 8 172 -
CMYK 0.10 0.95 0 0.33
HSL 293.41º 0.91% 0.35% -
HSV(B) 293.41º 0.95% 0.67% -
XYZ 20.86 10.02 39.86 -
YUV 70.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 154 8 172 0.10 0.95 0 0.33 293.41 0.91 0.35
Hex 9A 8 AC A 5F 0 21 125 5B 23
Octal 232 10 254 12 137 0 41 445 133 43
Binary 10011010 1000 10101100 1010 1011111 0 100001 100100101 1011011 100011

Color Harmonies of #9A08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A08AC

Black with #9A08AC

Text Example


Text Example

White with #9A08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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