Html Css Color HEX #9A0389 Dark Magenta

📋 copy color: '#9A0389'

red 154 ◦ green 3 ◦ blue 137

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

Shades of Dark Magenta #9A0389

Tints of Dark Magenta #9A0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 52.38%
G = 1.02%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A0389 (or 0x9A0389) is known color: Dark Magenta. HEX triplet: 9A, 03 and 89. RGB value is (154,3,137). Sum of RGB (Red+Green+Blue) = 154+3+137=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0389 is #65FC76. Grayscale: #3F3F3F. Windows color (decimal): -6683767 or 8979354. OLE color: 8979354.

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

Color convert

RGB 154 3 137 -
CMYK 0 0.98 0.11 0.40
HSL 306.76º 0.96% 0.31% -
HSV(B) 306.76º 0.98% 0.6% -
XYZ 17.87 8.74 24.41 -
YUV 63.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 154 3 137 0 0.98 0.11 0.40 306.76 0.96 0.31
Hex 9A 3 89 0 62 B 28 133 60 1F
Octal 232 3 211 0 142 13 50 463 140 37
Binary 10011010 11 10001001 0 1100010 1011 101000 100110011 1100000 11111

Color Harmonies of #9A0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0389

Black with #9A0389

Text Example


Text Example

White with #9A0389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,3,137); }

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

background-color css

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

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

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

border-color css

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

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

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