#961f95

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

Shades of Dark Magenta #961F95

Tints of Dark Magenta #961F95

Color information

#961F95 (or 0x961F95) is unknown color: approx Dark Magenta. HEX triplet: 96, 1F and 95. RGB value is (150,31,149). Sum of RGB (Red+Green+Blue) = 150+31+149=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #961F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961F95 is #69E06A. Grayscale: #4F4F4F. Windows color (decimal): -6938731 or 9772950. OLE color: 9772950.

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

Color convert

RGB15031149-
CMYK00.790.010.41
HSL300.5º65.75%35.49%-
HSV(B)300.5º79.33%58.82%-
XYZ18.499.6329.32-
YUV80.03166.92177.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=45.45%
G=9.39%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503114900.790.010.41300.565.7535.49
Hex961F9504F12912d4223
Octal22637225011715145510243
Binary1001011011111100101010100111111010011001011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,31,149); }

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

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

 a { background-color: rgb(150,31,149); }

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

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

 span { border-color: rgb(150,31,149); }

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