#961C9B

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

Shades of Dark Magenta #961C9B

Tints of Dark Magenta #961C9B

Color information

#961C9B (or 0x961C9B) is unknown color: approx Dark Magenta. HEX triplet: 96, 1C and 9B. RGB value is (150,28,155). Sum of RGB (Red+Green+Blue) = 150+28+155=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #961C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C9B is #69E364. Grayscale: #4E4E4E. Windows color (decimal): -6939493 or 10165398. OLE color: 10165398.

HSL color Cylindrical-coordinate representation of color #961C9B: hue angle of 297.64º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961C9B is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15028155-
CMYK0.030.8200.39
HSL297.64º69.4%35.88%-
HSV(B)297.64º81.94%60.78%-
XYZ18.919.6831.88-
YUV78.96170.92178.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 28 (11.33% from 255) = 8.41%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=45.05%
G=8.41%
B=46.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150281550.030.8200.39297.6469.435.88
Hex961C9B35202712a4524
Octal22634233312204745210544
Binary10010110111001001101111101001001001111001010101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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