#96068D

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

Shades of Dark Magenta #96068D

Tints of Dark Magenta #96068D

Color information

#96068D (or 0x96068D) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 8D. RGB value is (150,6,141). Sum of RGB (Red+Green+Blue) = 150+6+141=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96068D is #69F972. Grayscale: #404040. Windows color (decimal): -6945139 or 9242262. OLE color: 9242262.

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

Color convert

RGB1506141-
CMYK00.960.060.41
HSL303.75º92.31%30.59%-
HSV(B)303.75º96%58.82%-
XYZ17.458.5425.93-
YUV64.45171.21189.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=50.51%
G=2.02%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150614100.960.060.41303.7592.3130.59
Hex9668D0606291305c1f
Octal2266215014065146013437
Binary100101101101000110101100000110101001100110000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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