#961C93

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

Shades of Dark Magenta #961C93

Tints of Dark Magenta #961C93

Color information

#961C93 (or 0x961C93) is unknown color: approx Dark Magenta. HEX triplet: 96, 1C and 93. RGB value is (150,28,147). Sum of RGB (Red+Green+Blue) = 150+28+147=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #961C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C93 is #69E36C. Grayscale: #4D4D4D. Windows color (decimal): -6939501 or 9641110. OLE color: 9641110.

HSL color Cylindrical-coordinate representation of color #961C93: hue angle of 301.48º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C93 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15028147-
CMYK00.810.020.41
HSL301.48º68.54%34.9%-
HSV(B)301.48º81.33%58.82%-
XYZ18.269.4228.46-
YUV78.04166.92179.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=46.15%
G=8.62%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502814700.810.020.41301.4868.5434.9
Hex961C9305122912d4523
Octal22634223012125145510543
Binary10010110111001001001101010001101010011001011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961C93; }

 p { color: rgb(150,28,147); }

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

<style>
 a { background-color: #961C93; }

 a { background-color: rgb(150,28,147); }

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

<style>
 span { border-color: #961C93; }

 span { border-color: rgb(150,28,147); }

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