#951894

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

Shades of Dark Magenta #951894

Tints of Dark Magenta #951894

Color information

#951894 (or 0x951894) is unknown color: approx Dark Magenta. HEX triplet: 95, 18 and 94. RGB value is (149,24,148). Sum of RGB (Red+Green+Blue) = 149+24+148=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #951894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951894 is #6AE76B. Grayscale: #4B4B4B. Windows color (decimal): -7006060 or 9705621. OLE color: 9705621.

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

Color convert

RGB14924148-
CMYK00.840.010.42
HSL300.48º72.25%33.92%-
HSV(B)300.48º83.89%58.43%-
XYZ18.079.1828.84-
YUV75.51168.91180.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=46.42%
G=7.48%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492414800.840.010.42300.4872.2533.92
Hex95189405412A12c4822
Octal22530224012415245411042
Binary1001010111000100101000101010011010101001011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951894; }

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

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

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

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

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

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

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

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