Html Css Color HEX #9A0497 Dark Magenta

📋 copy color: '#9A0497'

red 154 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #9A0497

Tints of Dark Magenta #9A0497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 49.84%
G = 1.29%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#9A0497 (or 0x9A0497) is known color: Dark Magenta. HEX triplet: 9A, 04 and 97. RGB value is (154,4,151). Sum of RGB (Red+Green+Blue) = 154+4+151=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0497 is #65FB68. Grayscale: #414141. Windows color (decimal): -6683497 or 9897114. OLE color: 9897114.

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

Color convert

RGB 154 4 151 -
CMYK 0 0.97 0.02 0.40
HSL 301.2º 0.95% 0.31% -
HSV(B) 301.2º 0.97% 0.6% -
XYZ 18.96 9.19 30.05 -
YUV 65.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 154 4 151 0 0.97 0.02 0.40 301.2 0.95 0.31
Hex 9A 4 97 0 61 2 28 12D 5F 1F
Octal 232 4 227 0 141 2 50 455 137 37
Binary 10011010 100 10010111 0 1100001 10 101000 100101101 1011111 11111

Color Harmonies of #9A0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0497

Black with #9A0497

Text Example


Text Example

White with #9A0497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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