Html Css Color HEX #9A199D Dark Magenta

📋 copy color: '#9A199D'

red 154 ◦ green 25 ◦ blue 157

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

Shades of Dark Magenta #9A199D

Tints of Dark Magenta #9A199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

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

R = 45.83%
G = 7.44%
B = 46.73%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A199D (or 0x9A199D) is known color: Dark Magenta. HEX triplet: 9A, 19 and 9D. RGB value is (154,25,157). Sum of RGB (Red+Green+Blue) = 154+25+157=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A199D is #65E662. Grayscale: #4E4E4E. Windows color (decimal): -6678115 or 10295706. OLE color: 10295706.

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

Color convert

RGB 154 25 157 -
CMYK 0.02 0.84 0 0.38
HSL 298.64º 0.73% 0.36% -
HSV(B) 298.64º 0.84% 0.62% -
XYZ 19.76 10 32.79 -
YUV 78.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 154 25 157 0.02 0.84 0 0.38 298.64 0.73 0.36
Hex 9A 19 9D 2 54 0 26 12B 49 24
Octal 232 31 235 2 124 0 46 453 111 44
Binary 10011010 11001 10011101 10 1010100 0 100110 100101011 1001001 100100

Color Harmonies of #9A199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A199D

Black with #9A199D

Text Example


Text Example

White with #9A199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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