#960D83

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

Shades of Dark Magenta #960D83

Tints of Dark Magenta #960D83

Color information

#960D83 (or 0x960D83) is unknown color: approx Dark Magenta. HEX triplet: 96, 0D and 83. RGB value is (150,13,131). Sum of RGB (Red+Green+Blue) = 150+13+131=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #960D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960D83 is #69F27C. Grayscale: #434343. Windows color (decimal): -6943357 or 8588694. OLE color: 8588694.

HSL color Cylindrical-coordinate representation of color #960D83: hue angle of 308.32º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D83 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15013131-
CMYK00.910.130.41
HSL308.32º84.05%31.96%-
HSV(B)308.32º91.33%58.82%-
XYZ16.828.4122.21-
YUV67.42163.89186.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 13 (5.47% from 255) = 4.42%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=51.02%
G=4.42%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501313100.910.130.41308.3284.0531.96
Hex96D8305BD291345420
Octal226152030133155146412440
Binary100101101101100000110101101111011010011001101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,13,131); }

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

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

 a { background-color: rgb(150,13,131); }

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

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

 span { border-color: rgb(150,13,131); }

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