#951194

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

Shades of Dark Magenta #951194

Tints of Dark Magenta #951194

Color information

#951194 (or 0x951194) is unknown color: approx Dark Magenta. HEX triplet: 95, 11 and 94. RGB value is (149,17,148). Sum of RGB (Red+Green+Blue) = 149+17+148=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #951194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951194 is #6AEE6B. Grayscale: #474747. Windows color (decimal): -7007852 or 9703829. OLE color: 9703829.

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

Color convert

RGB14917148-
CMYK00.890.010.42
HSL300.45º79.52%32.55%-
HSV(B)300.45º88.59%58.43%-
XYZ17.948.9328.79-
YUV71.4171.23183.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=47.45%
G=5.41%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491714800.890.010.42300.4579.5232.55
Hex95119405912A12c5021
Octal22521224013115245412041
Binary1001010110001100101000101100111010101001011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951194; }

 p { color: rgb(149,17,148); }

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

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

 a { background-color: rgb(149,17,148); }

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

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

 span { border-color: rgb(149,17,148); }

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