Html Css Color HEX #9817AA Dark Magenta

📋 copy color: '#9817AA'

red 152 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #9817AA

Tints of Dark Magenta #9817AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 44.06%
G = 6.67%
B = 49.28%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9817AA (or 0x9817AA) is known color: Dark Magenta. HEX triplet: 98, 17 and AA. RGB value is (152,23,170). Sum of RGB (Red+Green+Blue) = 152+23+170=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #9817AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9817AA is #67E855. Grayscale: #4D4D4D. Windows color (decimal): -6809686 or 11147160. OLE color: 11147160.

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

Color convert

RGB 152 23 170 -
CMYK 0.11 0.86 0 0.33
HSL 292.65º 0.76% 0.38% -
HSV(B) 292.65º 0.86% 0.67% -
XYZ 20.51 10.19 38.92 -
YUV 78.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 152 23 170 0.11 0.86 0 0.33 292.65 0.76 0.38
Hex 98 17 AA B 56 0 21 125 4C 26
Octal 230 27 252 13 126 0 41 445 114 46
Binary 10011000 10111 10101010 1011 1010110 0 100001 100100101 1001100 100110

Color Harmonies of #9817AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9817AA

Black with #9817AA

Text Example


Text Example

White with #9817AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9817AA; }

 p { color: rgb(152,23,170); }

 H1.HeaderClassName
 {
   color: #9817AA;
 }
 .AnyTagClassName
 {
   color: #9817AA;
 }
</style>

background-color css

<style>
 a { background-color: #9817AA; }

 a { background-color: rgb(152,23,170); }

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

border-color css

<style>
 span { border-color: #9817AA; }

 span { border-color: rgb(152,23,170); }

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