Html Css Color HEX #9A049D Dark Magenta

📋 copy color: '#9A049D'

red 154 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #9A049D

Tints of Dark Magenta #9A049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 48.89%
G = 1.27%
B = 49.84%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A049D (or 0x9A049D) is known color: Dark Magenta. HEX triplet: 9A, 04 and 9D. RGB value is (154,4,157). Sum of RGB (Red+Green+Blue) = 154+4+157=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A049D is #65FB62. Grayscale: #414141. Windows color (decimal): -6683491 or 10290330. OLE color: 10290330.

HSL color Cylindrical-coordinate representation of color #9A049D: hue angle of 298.82º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A049D is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 4 157 -
CMYK 0.02 0.97 0 0.38
HSL 298.82º 0.95% 0.32% -
HSV(B) 298.82º 0.97% 0.62% -
XYZ 19.46 9.39 32.69 -
YUV 66.29 179.2 190.56 -
System Red Green Blue C M Y K H S L
Decimal 154 4 157 0.02 0.97 0 0.38 298.82 0.95 0.32
Hex 9A 4 9D 2 61 0 26 12B 5F 20
Octal 232 4 235 2 141 0 46 453 137 40
Binary 10011010 100 10011101 10 1100001 0 100110 100101011 1011111 100000

Color Harmonies of #9A049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A049D

Black with #9A049D

Text Example


Text Example

White with #9A049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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