Html Css Color HEX #9800AA Dark Magenta

📋 copy color: '#9800AA'

red 152 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #9800AA

Tints of Dark Magenta #9800AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.2%
G = 0%
B = 52.8%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9800AA (or 0x9800AA) is known color: Dark Magenta. HEX triplet: 98, 00 and AA. RGB value is (152,0,170). Sum of RGB (Red+Green+Blue) = 152+0+170=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #9800AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9800AA is #67FF55. Grayscale: #404040. Windows color (decimal): -6815574 or 11141272. OLE color: 11141272.

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

Color convert

RGB 152 0 170 -
CMYK 0.11 1 0 0.33
HSL 293.65º 1% 0.33% -
HSV(B) 293.65º 1% 0.67% -
XYZ 20.2 9.58 38.81 -
YUV 64.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 152 0 170 0.11 1 0 0.33 293.65 1 0.33
Hex 98 0 AA B 64 0 21 126 64 21
Octal 230 0 252 13 144 0 41 446 144 41
Binary 10011000 0 10101010 1011 1100100 0 100001 100100110 1100100 100001

Color Harmonies of #9800AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9800AA

Black with #9800AA

Text Example


Text Example

White with #9800AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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