#961C99

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

Shades of Dark Magenta #961C99

Tints of Dark Magenta #961C99

Color information

#961C99 (or 0x961C99) is unknown color: approx Dark Magenta. HEX triplet: 96, 1C and 99. RGB value is (150,28,153). Sum of RGB (Red+Green+Blue) = 150+28+153=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #961C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C99 is #69E366. Grayscale: #4E4E4E. Windows color (decimal): -6939495 or 10034326. OLE color: 10034326.

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

Color convert

RGB15028153-
CMYK0.020.8200.4
HSL298.56º69.06%35.49%-
HSV(B)298.56º81.7%60%-
XYZ18.749.6131-
YUV78.73169.92178.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=45.32%
G=8.46%
B=46.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150281530.020.8200.4298.5669.0635.49
Hex961C9925202812b4523
Octal22634231212205045310543
Binary10010110111001001100110101001001010001001010111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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