#96068F

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

Shades of Dark Magenta #96068F

Tints of Dark Magenta #96068F

Color information

#96068F (or 0x96068F) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 8F. RGB value is (150,6,143). Sum of RGB (Red+Green+Blue) = 150+6+143=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96068F is #69F970. Grayscale: #404040. Windows color (decimal): -6945137 or 9373334. OLE color: 9373334.

HSL color Cylindrical-coordinate representation of color #96068F: hue angle of 302.92º 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 #96068F is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB1506143-
CMYK00.960.050.41
HSL302.92º92.31%30.59%-
HSV(B)302.92º96%58.82%-
XYZ17.68.626.72-
YUV64.67172.21188.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 143 (56.25% from 255) = 47.83%
R=50.17%
G=2.01%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150614300.960.050.41302.9292.3130.59
Hex9668F06052912f5c1f
Octal2266217014055145713437
Binary100101101101000111101100000101101001100101111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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