#960B98

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

Shades of Dark Magenta #960B98

Tints of Dark Magenta #960B98

Color information

#960B98 (or 0x960B98) is unknown color: approx Dark Magenta. HEX triplet: 96, 0B and 98. RGB value is (150,11,152). Sum of RGB (Red+Green+Blue) = 150+11+152=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #960B98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960B98 is #69F467. Grayscale: #444444. Windows color (decimal): -6943848 or 9964438. OLE color: 9964438.

HSL color Cylindrical-coordinate representation of color #960B98: hue angle of 299.15º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B98 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15011152-
CMYK0.010.9300.40
HSL299.15º86.5%31.96%-
HSV(B)299.15º92.76%59.61%-
XYZ18.368.9930.47-
YUV68.64175.05186.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 11 (4.69% from 255) = 3.51%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=47.92%
G=3.51%
B=48.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150111520.010.9300.40299.1586.531.96
Hex96B9815D02812b5720
Octal22613230113505045312740
Binary100101101011100110001101110101010001001010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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