#931A95

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

Shades of Dark Magenta #931A95

Tints of Dark Magenta #931A95

Color information

#931A95 (or 0x931A95) is unknown color: approx Dark Magenta. HEX triplet: 93, 1A and 95. RGB value is (147,26,149). Sum of RGB (Red+Green+Blue) = 147+26+149=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #931A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931A95 is #6CE56A. Grayscale: #4B4B4B. Windows color (decimal): -7136619 or 9771667. OLE color: 9771667.

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

Color convert

RGB14726149-
CMYK0.010.8300.42
HSL299.02º70.29%34.31%-
HSV(B)299.02º82.55%58.43%-
XYZ17.839.1129.25-
YUV76.2169.09178.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 26 (10.55% from 255) = 8.07%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=45.65%
G=8.07%
B=46.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147261490.010.8300.42299.0270.2934.31
Hex931A9515302A12b4622
Octal22332225112305245310642
Binary1001001111010100101011101001101010101001010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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