#951A92

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

Shades of Dark Magenta #951A92

Tints of Dark Magenta #951A92

Color information

#951A92 (or 0x951A92) is unknown color: approx Dark Magenta. HEX triplet: 95, 1A and 92. RGB value is (149,26,146). Sum of RGB (Red+Green+Blue) = 149+26+146=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #951A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A92 is #6AE56D. Grayscale: #4C4C4C. Windows color (decimal): -7005550 or 9575061. OLE color: 9575061.

HSL color Cylindrical-coordinate representation of color #951A92: hue angle of 301.46º 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 #951A92 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14926146-
CMYK00.830.020.42
HSL301.46º70.29%34.31%-
HSV(B)301.46º82.55%58.43%-
XYZ17.959.228.02-
YUV76.46167.25179.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 26 (10.55% from 255) = 8.10%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=46.42%
G=8.10%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492614600.830.020.42301.4670.2934.31
Hex951A9205322A12d4622
Octal22532222012325245510642
Binary10010101110101001001001010011101010101001011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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