#951A95

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

Shades of Dark Magenta #951A95

Tints of Dark Magenta #951A95

Color information

#951A95 (or 0x951A95) is unknown color: approx Dark Magenta. HEX triplet: 95, 1A and 95. RGB value is (149,26,149). Sum of RGB (Red+Green+Blue) = 149+26+149=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A95 is #6AE56A. Grayscale: #4C4C4C. Windows color (decimal): -7005547 or 9771669. OLE color: 9771669.

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

Color convert

RGB14926149-
CMYK00.8300.42
HSL300º70.29%34.31%-
HSV(B)300º82.55%58.43%-
XYZ18.199.329.27-
YUV76.8168.75179.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 26 (10.55% from 255) = 8.02%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=45.99%
G=8.02%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492614900.8300.4230070.2934.31
Hex951A9505302A12c4622
Octal22532225012305245410642
Binary1001010111010100101010101001101010101001011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951A95; }

 p { color: rgb(149,26,149); }

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

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

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

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

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

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

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