Html Css Color HEX #9A1796 Dark Magenta

📋 copy color: '#9A1796'

red 154 ◦ green 23 ◦ blue 150

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

Shades of Dark Magenta #9A1796

Tints of Dark Magenta #9A1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 47.09%
G = 7.03%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A1796 (or 0x9A1796) is known color: Dark Magenta. HEX triplet: 9A, 17 and 96. RGB value is (154,23,150). Sum of RGB (Red+Green+Blue) = 154+23+150=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1796 is #65E869. Grayscale: #4C4C4C. Windows color (decimal): -6678634 or 9836442. OLE color: 9836442.

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

Color convert

RGB 154 23 150 -
CMYK 0 0.85 0.03 0.40
HSL 301.83º 0.74% 0.35% -
HSV(B) 301.83º 0.85% 0.6% -
XYZ 19.14 9.68 29.71 -
YUV 76.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 154 23 150 0 0.85 0.03 0.40 301.83 0.74 0.35
Hex 9A 17 96 0 55 3 28 12E 4A 23
Octal 232 27 226 0 125 3 50 456 112 43
Binary 10011010 10111 10010110 0 1010101 11 101000 100101110 1001010 100011

Color Harmonies of #9A1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1796

Black with #9A1796

Text Example


Text Example

White with #9A1796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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