#96078B

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

Shades of Dark Magenta #96078B

Tints of Dark Magenta #96078B

Color information

#96078B (or 0x96078B) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and 8B. RGB value is (150,7,139). Sum of RGB (Red+Green+Blue) = 150+7+139=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96078B is #69F874. Grayscale: #404040. Windows color (decimal): -6944885 or 9111446. OLE color: 9111446.

HSL color Cylindrical-coordinate representation of color #96078B: hue angle of 304.62º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96078B is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB1507139-
CMYK00.950.070.41
HSL304.62º91.08%30.78%-
HSV(B)304.62º95.33%58.82%-
XYZ17.318.525.15-
YUV64.81169.88188.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=50.68%
G=2.36%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150713900.950.070.41304.6291.0830.78
Hex9678B05F7291315b1f
Octal2267213013775146113337
Binary100101101111000101101011111111101001100110001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96078B; }

 p { color: rgb(150,7,139); }

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

<style>
 a { background-color: #96078B; }

 a { background-color: rgb(150,7,139); }

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

<style>
 span { border-color: #96078B; }

 span { border-color: rgb(150,7,139); }

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