#96068A

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

Shades of Dark Magenta #96068A

Tints of Dark Magenta #96068A

Color information

#96068A (or 0x96068A) is unknown color: approx Dark Magenta. HEX triplet: 96, 06 and 8A. RGB value is (150,6,138). Sum of RGB (Red+Green+Blue) = 150+6+138=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96068A is #69F975. Grayscale: #3F3F3F. Windows color (decimal): -6945142 or 9045654. OLE color: 9045654.

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

Color convert

RGB1506138-
CMYK00.960.080.41
HSL305º92.31%30.59%-
HSV(B)305º96%58.82%-
XYZ17.238.4524.77-
YUV64.1169.71189.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 6 (2.73% from 255) = 2.04%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=51.02%
G=2.04%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150613800.960.080.4130592.3130.59
Hex9668A0608291315c1f
Octal22662120140105146113437
Binary1001011011010001010011000001000101001100110001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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