#96068B

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

Shades of Dark Magenta #96068B

Tints of Dark Magenta #96068B

Color information

#96068B (or 0x96068B) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 8B. RGB value is (150,6,139). Sum of RGB (Red+Green+Blue) = 150+6+139=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96068B is #69F974. Grayscale: #3F3F3F. Windows color (decimal): -6945141 or 9111190. OLE color: 9111190.

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

Color convert

RGB1506139-
CMYK00.960.070.41
HSL304.58º92.31%30.59%-
HSV(B)304.58º96%58.82%-
XYZ17.38.4825.15-
YUV64.22170.21189.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=50.85%
G=2.03%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150613900.960.070.41304.5892.3130.59
Hex9668B0607291315c1f
Octal2266213014075146113437
Binary100101101101000101101100000111101001100110001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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