Html Css Color HEX #9A0590 Dark Magenta

📋 copy color: '#9A0590'

red 154 ◦ green 5 ◦ blue 144

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

Shades of Dark Magenta #9A0590

Tints of Dark Magenta #9A0590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 50.83%
G = 1.65%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#9A0590 (or 0x9A0590) is known color: Dark Magenta. HEX triplet: 9A, 05 and 90. RGB value is (154,5,144). Sum of RGB (Red+Green+Blue) = 154+5+144=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0590 is #65FA6F. Grayscale: #404040. Windows color (decimal): -6683248 or 9438618. OLE color: 9438618.

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

Color convert

RGB 154 5 144 -
CMYK 0 0.97 0.06 0.40
HSL 304.03º 0.94% 0.31% -
HSV(B) 304.03º 0.97% 0.6% -
XYZ 18.41 8.99 27.15 -
YUV 65.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 154 5 144 0 0.97 0.06 0.40 304.03 0.94 0.31
Hex 9A 5 90 0 61 6 28 130 5E 1F
Octal 232 5 220 0 141 6 50 460 136 37
Binary 10011010 101 10010000 0 1100001 110 101000 100110000 1011110 11111

Color Harmonies of #9A0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0590

Black with #9A0590

Text Example


Text Example

White with #9A0590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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