Html Css Color HEX #9A0596 Dark Magenta

📋 copy color: '#9A0596'

red 154 ◦ green 5 ◦ blue 150

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

Shades of Dark Magenta #9A0596

Tints of Dark Magenta #9A0596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

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

R = 49.84%
G = 1.62%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A0596 (or 0x9A0596) is known color: Dark Magenta. HEX triplet: 9A, 05 and 96. RGB value is (154,5,150). Sum of RGB (Red+Green+Blue) = 154+5+150=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0596 is #65FA69. Grayscale: #414141. Windows color (decimal): -6683242 or 9831834. OLE color: 9831834.

HSL color Cylindrical-coordinate representation of color #9A0596: hue angle of 301.61º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0596 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 5 150 -
CMYK 0 0.97 0.03 0.40
HSL 301.61º 0.94% 0.31% -
HSV(B) 301.61º 0.97% 0.6% -
XYZ 18.89 9.18 29.63 -
YUV 66.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 154 5 150 0 0.97 0.03 0.40 301.61 0.94 0.31
Hex 9A 5 96 0 61 3 28 12E 5E 1F
Octal 232 5 226 0 141 3 50 456 136 37
Binary 10011010 101 10010110 0 1100001 11 101000 100101110 1011110 11111

Color Harmonies of #9A0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0596

Black with #9A0596

Text Example


Text Example

White with #9A0596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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