#96068C

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

Shades of Dark Magenta #96068C

Tints of Dark Magenta #96068C

Color information

#96068C (or 0x96068C) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 8C. RGB value is (150,6,140). Sum of RGB (Red+Green+Blue) = 150+6+140=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96068C is #69F973. Grayscale: #3F3F3F. Windows color (decimal): -6945140 or 9176726. OLE color: 9176726.

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

Color convert

RGB1506140-
CMYK00.960.070.41
HSL304.17º92.31%30.59%-
HSV(B)304.17º96%58.82%-
XYZ17.388.5125.54-
YUV64.33170.71189.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=50.68%
G=2.03%
B=47.30%

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
Decimal150614000.960.070.41304.1792.3130.59
Hex9668C0607291305c1f
Octal2266214014075146013437
Binary100101101101000110001100000111101001100110000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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