Html Css Color HEX #9813A9 Dark Magenta

📋 copy color: '#9813A9'

red 152 ◦ green 19 ◦ blue 169

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

Shades of Dark Magenta #9813A9

Tints of Dark Magenta #9813A9

RGB

 RED value IS 152 (59.77% from 255) = 44.71%

 GREEN value IS 19 (7.81% from 255) = 5.59%

 BLUE value IS 169 (66.41% from 255) = 49.71%

R = 44.71%
G = 5.59%
B = 49.71%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9813A9 (or 0x9813A9) is known color: Dark Magenta. HEX triplet: 98, 13 and A9. RGB value is (152,19,169). Sum of RGB (Red+Green+Blue) = 152+19+169=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #9813A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9813A9 is #67EC56. Grayscale: #4B4B4B. Windows color (decimal): -6810711 or 11080600. OLE color: 11080600.

HSL color Cylindrical-coordinate representation of color #9813A9: hue angle of 293.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9813A9 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 19 169 -
CMYK 0.10 0.89 0 0.34
HSL 293.2º 0.8% 0.37% -
HSV(B) 293.2º 0.89% 0.66% -
XYZ 20.34 10.01 38.4 -
YUV 75.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 152 19 169 0.10 0.89 0 0.34 293.2 0.8 0.37
Hex 98 13 A9 A 59 0 22 125 50 25
Octal 230 23 251 12 131 0 42 445 120 45
Binary 10011000 10011 10101001 1010 1011001 0 100010 100100101 1010000 100101

Color Harmonies of #9813A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9813A9

Black with #9813A9

Text Example


Text Example

White with #9813A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9813A9; }

 p { color: rgb(152,19,169); }

 H1.HeaderClassName
 {
   color: #9813A9;
 }
 .AnyTagClassName
 {
   color: #9813A9;
 }
</style>

background-color css

<style>
 a { background-color: #9813A9; }

 a { background-color: rgb(152,19,169); }

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

border-color css

<style>
 span { border-color: #9813A9; }

 span { border-color: rgb(152,19,169); }

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