#950897

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

Shades of Dark Magenta #950897

Tints of Dark Magenta #950897

Color information

#950897 (or 0x950897) is unknown color: approx Dark Magenta. HEX triplet: 95, 08 and 97. RGB value is (149,8,151). Sum of RGB (Red+Green+Blue) = 149+8+151=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #950897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950897 is #6AF768. Grayscale: #424242. Windows color (decimal): -7010153 or 9898133. OLE color: 9898133.

HSL color Cylindrical-coordinate representation of color #950897: hue angle of 299.16º 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 #950897 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1498151-
CMYK0.010.9500.41
HSL299.16º89.94%31.18%-
HSV(B)299.16º94.7%59.22%-
XYZ18.078.830.02-
YUV66.46175.71186.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 151 (59.38% from 255) = 49.03%
R=48.38%
G=2.60%
B=49.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14981510.010.9500.41299.1689.9431.18
Hex9589715F02912b5a1f
Octal22510227113705145313237
Binary10010101100010010111110111110101001100101011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950897; }

 p { color: rgb(149,8,151); }

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

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

 a { background-color: rgb(149,8,151); }

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

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

 span { border-color: rgb(149,8,151); }

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