#951294

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

Shades of Dark Magenta #951294

Tints of Dark Magenta #951294

Color information

#951294 (or 0x951294) is unknown color: approx Dark Magenta. HEX triplet: 95, 12 and 94. RGB value is (149,18,148). Sum of RGB (Red+Green+Blue) = 149+18+148=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #951294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951294 is #6AED6B. Grayscale: #474747. Windows color (decimal): -7007596 or 9704085. OLE color: 9704085.

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

Color convert

RGB14918148-
CMYK00.880.010.42
HSL300.46º78.44%32.75%-
HSV(B)300.46º87.92%58.43%-
XYZ17.968.9628.8-
YUV71.99170.9182.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=47.30%
G=5.71%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491814800.880.010.42300.4678.4432.75
Hex95129405812A12c4e21
Octal22522224013015245411641
Binary1001010110010100101000101100011010101001011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951294; }

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

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

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

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

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

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

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

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