#960B9B

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

Shades of Dark Magenta #960B9B

Tints of Dark Magenta #960B9B

Color information

#960B9B (or 0x960B9B) is unknown color: approx Dark Magenta. HEX triplet: 96, 0B and 9B. RGB value is (150,11,155). Sum of RGB (Red+Green+Blue) = 150+11+155=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #960B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960B9B is #69F464. Grayscale: #444444. Windows color (decimal): -6943845 or 10161046. OLE color: 10161046.

HSL color Cylindrical-coordinate representation of color #960B9B: hue angle of 297.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B9B is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15011155-
CMYK0.030.9300.39
HSL297.92º86.75%32.55%-
HSV(B)297.92º92.9%60.78%-
XYZ18.619.0931.78-
YUV68.98176.55185.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 11 (4.69% from 255) = 3.48%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=47.47%
G=3.48%
B=49.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150111550.030.9300.39297.9286.7532.55
Hex96B9B35D02712a5721
Octal22613233313504745212741
Binary1001011010111001101111101110101001111001010101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960B9B; }

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

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

<style>
 a { background-color: #960B9B; }

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

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

<style>
 span { border-color: #960B9B; }

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

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