Html Css Color HEX #9A0484 Dark Magenta

📋 copy color: '#9A0484'

red 154 ◦ green 4 ◦ blue 132

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

Shades of Dark Magenta #9A0484

Tints of Dark Magenta #9A0484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 132 (51.95% from 255) = 45.52%

R = 53.1%
G = 1.38%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A0484 (or 0x9A0484) is known color: Dark Magenta. HEX triplet: 9A, 04 and 84. RGB value is (154,4,132). Sum of RGB (Red+Green+Blue) = 154+4+132=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0484 is #65FB7B. Grayscale: #3F3F3F. Windows color (decimal): -6683516 or 8651930. OLE color: 8651930.

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

Color convert

RGB 154 4 132 -
CMYK 0 0.97 0.14 0.40
HSL 308.8º 0.95% 0.31% -
HSV(B) 308.8º 0.97% 0.6% -
XYZ 17.53 8.62 22.57 -
YUV 63.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 154 4 132 0 0.97 0.14 0.40 308.8 0.95 0.31
Hex 9A 4 84 0 61 E 28 135 5F 1F
Octal 232 4 204 0 141 16 50 465 137 37
Binary 10011010 100 10000100 0 1100001 1110 101000 100110101 1011111 11111

Color Harmonies of #9A0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0484

Black with #9A0484

Text Example


Text Example

White with #9A0484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,4,132); }

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

background-color css

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

 a { background-color: rgb(154,4,132); }

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

border-color css

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

 span { border-color: rgb(154,4,132); }

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