#951596

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

Shades of Dark Magenta #951596

Tints of Dark Magenta #951596

Color information

#951596 (or 0x951596) is unknown color: approx Dark Magenta. HEX triplet: 95, 15 and 96. RGB value is (149,21,150). Sum of RGB (Red+Green+Blue) = 149+21+150=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #951596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951596 is #6AEA69. Grayscale: #494949. Windows color (decimal): -7006826 or 9835925. OLE color: 9835925.

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

Color convert

RGB14921150-
CMYK0.010.8600.41
HSL299.53º75.44%33.53%-
HSV(B)299.53º86%58.82%-
XYZ18.179.1329.66-
YUV73.98170.91181.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 150 (58.98% from 255) = 46.88%
R=46.56%
G=6.56%
B=46.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149211500.010.8600.41299.5375.4433.53
Hex95159615602912c4b22
Octal22525226112605145411342
Binary1001010110101100101101101011001010011001011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951596; }

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

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

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

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

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

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

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

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