#9612A7

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

Shades of Dark Magenta #9612A7

Tints of Dark Magenta #9612A7

Color information

#9612A7 (or 0x9612A7) is unknown color: approx Dark Magenta. HEX triplet: 96, 12 and A7. RGB value is (150,18,167). Sum of RGB (Red+Green+Blue) = 150+18+167=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #9612A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9612A7 is #69ED58. Grayscale: #494949. Windows color (decimal): -6942041 or 10949270. OLE color: 10949270.

HSL color Cylindrical-coordinate representation of color #9612A7: hue angle of 293.15º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9612A7 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15018167-
CMYK0.100.8900.35
HSL293.15º80.54%36.27%-
HSV(B)293.15º89.22%65.49%-
XYZ19.779.7137.39-
YUV74.45180.23181.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 167 (65.62% from 255) = 49.85%
R=44.78%
G=5.37%
B=49.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150181670.100.8900.35293.1580.5436.27
Hex9612A7A590231255124
Octal226222471213104344512144
Binary1001011010010101001111010101100101000111001001011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9612A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9612A7; }

 p { color: rgb(150,18,167); }

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

<style>
 a { background-color: #9612A7; }

 a { background-color: rgb(150,18,167); }

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

<style>
 span { border-color: #9612A7; }

 span { border-color: rgb(150,18,167); }

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