#931BA2

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

Shades of Dark Magenta #931BA2

Tints of Dark Magenta #931BA2

Color information

#931BA2 (or 0x931BA2) is unknown color: approx Dark Magenta. HEX triplet: 93, 1B and A2. RGB value is (147,27,162). Sum of RGB (Red+Green+Blue) = 147+27+162=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #931BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931BA2 is #6CE45D. Grayscale: #4D4D4D. Windows color (decimal): -7136350 or 10623891. OLE color: 10623891.

HSL color Cylindrical-coordinate representation of color #931BA2: hue angle of 293.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931BA2 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14727162-
CMYK0.090.8300.36
HSL293.33º71.43%37.06%-
HSV(B)293.33º83.33%63.53%-
XYZ18.959.635.04-
YUV78.27175.26177.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 27 (10.94% from 255) = 8.04%
BLUE value IS 162 (63.67% from 255) = 48.21%
R=43.75%
G=8.04%
B=48.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147271620.090.8300.36293.3371.4337.06
Hex931BA29530241254725
Octal223332421112304444510745
Binary1001001111011101000101001101001101001001001001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,27,162); }

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

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

 a { background-color: rgb(147,27,162); }

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

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

 span { border-color: rgb(147,27,162); }

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