Html Css Color HEX #9A179A Dark Magenta

📋 copy color: '#9A179A'

red 154 ◦ green 23 ◦ blue 154

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

Shades of Dark Magenta #9A179A

Tints of Dark Magenta #9A179A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 46.53%
G = 6.95%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#9A179A (or 0x9A179A) is known color: Dark Magenta. HEX triplet: 9A, 17 and 9A. RGB value is (154,23,154). Sum of RGB (Red+Green+Blue) = 154+23+154=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A179A is #65E865. Grayscale: #4C4C4C. Windows color (decimal): -6678630 or 10098586. OLE color: 10098586.

HSL color Cylindrical-coordinate representation of color #9A179A: hue angle of 300º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A179A is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 23 154 -
CMYK 0 0.85 0 0.40
HSL 300º 0.74% 0.35% -
HSV(B) 300º 0.85% 0.6% -
XYZ 19.47 9.82 31.44 -
YUV 77.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 154 23 154 0 0.85 0 0.40 300 0.74 0.35
Hex 9A 17 9A 0 55 0 28 12C 4A 23
Octal 232 27 232 0 125 0 50 454 112 43
Binary 10011010 10111 10011010 0 1010101 0 101000 100101100 1001010 100011

Color Harmonies of #9A179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A179A

Black with #9A179A

Text Example


Text Example

White with #9A179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,23,154); }

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

background-color css

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

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

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

border-color css

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

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

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