Html Css Color HEX #9A08AB Dark Magenta

📋 copy color: '#9A08AB'

red 154 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #9A08AB

Tints of Dark Magenta #9A08AB

RGB

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

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

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

R = 46.25%
G = 2.4%
B = 51.35%

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

#9A08AB (or 0x9A08AB) is known color: Dark Magenta. HEX triplet: 9A, 08 and AB. RGB value is (154,8,171). Sum of RGB (Red+Green+Blue) = 154+8+171=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A08AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A08AB is #65F754. Grayscale: #454545. Windows color (decimal): -6682453 or 11208858. OLE color: 11208858.

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

Color convert

RGB 154 8 171 -
CMYK 0.10 0.95 0 0.33
HSL 293.74º 0.91% 0.35% -
HSV(B) 293.74º 0.95% 0.67% -
XYZ 20.76 9.98 39.36 -
YUV 70.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 154 8 171 0.10 0.95 0 0.33 293.74 0.91 0.35
Hex 9A 8 AB A 5F 0 21 126 5B 23
Octal 232 10 253 12 137 0 41 446 133 43
Binary 10011010 1000 10101011 1010 1011111 0 100001 100100110 1011011 100011

Color Harmonies of #9A08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A08AB

Black with #9A08AB

Text Example


Text Example

White with #9A08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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