#930896

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

Shades of Dark Magenta #930896

Tints of Dark Magenta #930896

Color information

#930896 (or 0x930896) is unknown color: approx Dark Magenta. HEX triplet: 93, 08 and 96. RGB value is (147,8,150). Sum of RGB (Red+Green+Blue) = 147+8+150=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #930896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930896 is #6CF769. Grayscale: #414141. Windows color (decimal): -7141226 or 9832595. OLE color: 9832595.

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

Color convert

RGB1478150-
CMYK0.020.9500.41
HSL298.73º89.87%30.98%-
HSV(B)298.73º94.67%58.82%-
XYZ17.628.5829.58-
YUV65.75175.55185.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 8 (3.52% from 255) = 2.62%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=48.20%
G=2.62%
B=49.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14781500.020.9500.41298.7389.8730.98
Hex9389625F02912b5a1f
Octal22310226213705145313237
Binary100100111000100101101010111110101001100101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930896; }

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

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

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

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

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

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

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

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