#951593

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

Shades of Dark Magenta #951593

Tints of Dark Magenta #951593

Color information

#951593 (or 0x951593) is unknown color: approx Dark Magenta. HEX triplet: 95, 15 and 93. RGB value is (149,21,147). Sum of RGB (Red+Green+Blue) = 149+21+147=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #951593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951593 is #6AEA6C. Grayscale: #494949. Windows color (decimal): -7006829 or 9639317. OLE color: 9639317.

HSL color Cylindrical-coordinate representation of color #951593: hue angle of 300.94º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951593 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14921147-
CMYK00.860.010.42
HSL300.94º75.29%33.33%-
HSV(B)300.94º85.91%58.43%-
XYZ17.939.0328.4-
YUV73.64169.41181.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 21 (8.59% from 255) = 6.62%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=47.00%
G=6.62%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492114700.860.010.42300.9475.2933.33
Hex95159305612A12d4b21
Octal22525223012615245511341
Binary1001010110101100100110101011011010101001011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951593; }

 p { color: rgb(149,21,147); }

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

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

 a { background-color: rgb(149,21,147); }

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

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

 span { border-color: rgb(149,21,147); }

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