#9619AA

Color #9619AA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9619AA

Tints of Dark Magenta #9619AA

Color information

#9619AA (or 0x9619AA) is unknown color: approx Dark Magenta. HEX triplet: 96, 19 and AA. RGB value is (150,25,170). Sum of RGB (Red+Green+Blue) = 150+25+170=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 25 (10.16% from 255 or 7.25% 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 #9619AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9619AA is #69E655. Grayscale: #4E4E4E. Windows color (decimal): -6940246 or 11147670. OLE color: 11147670.

HSL color Cylindrical-coordinate representation of color #9619AA: hue angle of 291.72º 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 #9619AA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15025170-
CMYK0.120.8500.33
HSL291.72º74.36%38.24%-
HSV(B)291.72º85.29%66.67%-
XYZ20.1810.0838.91-
YUV78.9179.41178.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 25 (10.16% from 255) = 7.25%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=43.48%
G=7.25%
B=49.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150251700.120.8500.33291.7274.3638.24
Hex9619AAC550211244a26
Octal226312521412504144411246
Binary1001011011001101010101100101010101000011001001001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9619AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,25,170); }

 H1.HeaderClassName
 {
   color: #9619AA;
 }
 .AnyTagClassName
 {
   color: #9619AA;
 }
</style>
background-color css

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

 a { background-color: rgb(150,25,170); }

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

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

 span { border-color: rgb(150,25,170); }

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