Html Css Color HEX #9A178D Dark Magenta

📋 copy color: '#9A178D'

red 154 ◦ green 23 ◦ blue 141

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

Shades of Dark Magenta #9A178D

Tints of Dark Magenta #9A178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 48.43%
G = 7.23%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A178D (or 0x9A178D) is known color: Dark Magenta. HEX triplet: 9A, 17 and 8D. RGB value is (154,23,141). Sum of RGB (Red+Green+Blue) = 154+23+141=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A178D is #65E872. Grayscale: #4B4B4B. Windows color (decimal): -6678643 or 9246618. OLE color: 9246618.

HSL color Cylindrical-coordinate representation of color #9A178D: hue angle of 305.95º 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 #9A178D is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 23 141 -
CMYK 0 0.85 0.08 0.40
HSL 305.95º 0.74% 0.35% -
HSV(B) 305.95º 0.85% 0.6% -
XYZ 18.44 9.41 26.04 -
YUV 75.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 154 23 141 0 0.85 0.08 0.40 305.95 0.74 0.35
Hex 9A 17 8D 0 55 8 28 132 4A 23
Octal 232 27 215 0 125 10 50 462 112 43
Binary 10011010 10111 10001101 0 1010101 1000 101000 100110010 1001010 100011

Color Harmonies of #9A178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A178D

Black with #9A178D

Text Example


Text Example

White with #9A178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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