#9608AA

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

Shades of Dark Magenta #9608AA

Tints of Dark Magenta #9608AA

Color information

#9608AA (or 0x9608AA) is unknown color: approx Dark Magenta. HEX triplet: 96, 08 and AA. RGB value is (150,8,170). Sum of RGB (Red+Green+Blue) = 150+8+170=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #9608AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9608AA is #69F755. Grayscale: #444444. Windows color (decimal): -6944598 or 11143318. OLE color: 11143318.

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

Color convert

RGB1508170-
CMYK0.120.9500.33
HSL292.59º91.01%34.9%-
HSV(B)292.59º95.29%66.67%-
XYZ19.929.5638.83-
YUV68.93185.04185.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 8 (3.52% from 255) = 2.44%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=45.73%
G=2.44%
B=51.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15081700.120.9500.33292.5991.0134.9
Hex968AAC5F0211255b23
Octal226102521413704144513343
Binary100101101000101010101100101111101000011001001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9608AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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