#960093

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

Shades of Dark Magenta #960093

Tints of Dark Magenta #960093

Color information

#960093 (or 0x960093) is unknown color: approx Dark Magenta. HEX triplet: 96, 00 and 93. RGB value is (150,0,147). Sum of RGB (Red+Green+Blue) = 150+0+147=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #960093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960093 is #69FF6C. Grayscale: #3D3D3D. Windows color (decimal): -6946669 or 9633942. OLE color: 9633942.

HSL color Cylindrical-coordinate representation of color #960093: hue angle of 301.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960093 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB1500147-
CMYK010.020.41
HSL301.2º100%29.41%-
HSV(B)301.2º100%58.82%-
XYZ17.848.5928.32-
YUV61.61176.2191.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=50.51%
G=0%
B=49.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1500147010.020.41301.210029.41
Hex9609306422912d641d
Octal2260223014425145514435
Binary100101100100100110110010010101001100101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960093; }

 p { color: rgb(150,0,147); }

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

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

 a { background-color: rgb(150,0,147); }

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

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

 span { border-color: rgb(150,0,147); }

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