Html Css Color HEX #9819AB Dark Magenta

📋 copy color: '#9819AB'

red 152 ◦ green 25 ◦ blue 171

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

Shades of Dark Magenta #9819AB

Tints of Dark Magenta #9819AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 43.68%
G = 7.18%
B = 49.14%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9819AB (or 0x9819AB) is known color: Dark Magenta. HEX triplet: 98, 19 and AB. RGB value is (152,25,171). Sum of RGB (Red+Green+Blue) = 152+25+171=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #9819AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9819AB is #67E654. Grayscale: #4F4F4F. Windows color (decimal): -6809173 or 11213208. OLE color: 11213208.

HSL color Cylindrical-coordinate representation of color #9819AB: hue angle of 292.19º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9819AB is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 25 171 -
CMYK 0.11 0.85 0 0.33
HSL 292.19º 0.74% 0.38% -
HSV(B) 292.19º 0.85% 0.67% -
XYZ 20.65 10.31 39.43 -
YUV 79.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 152 25 171 0.11 0.85 0 0.33 292.19 0.74 0.38
Hex 98 19 AB B 55 0 21 124 4A 26
Octal 230 31 253 13 125 0 41 444 112 46
Binary 10011000 11001 10101011 1011 1010101 0 100001 100100100 1001010 100110

Color Harmonies of #9819AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819AB

Black with #9819AB

Text Example


Text Example

White with #9819AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9819AB; }

 p { color: rgb(152,25,171); }

 H1.HeaderClassName
 {
   color: #9819AB;
 }
 .AnyTagClassName
 {
   color: #9819AB;
 }
</style>

background-color css

<style>
 a { background-color: #9819AB; }

 a { background-color: rgb(152,25,171); }

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

border-color css

<style>
 span { border-color: #9819AB; }

 span { border-color: rgb(152,25,171); }

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