#931A82

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

Shades of Dark Purple #931A82

Tints of Dark Purple #931A82

Color information

#931A82 (or 0x931A82) is unknown color: approx Dark Purple. HEX triplet: 93, 1A and 82. RGB value is (147,26,130). Sum of RGB (Red+Green+Blue) = 147+26+130=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #931A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931A82 is #6CE57D. Grayscale: #494949. Windows color (decimal): -7136638 or 8526483. OLE color: 8526483.

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

Color convert

RGB14726130-
CMYK00.820.120.42
HSL308.43º69.94%33.92%-
HSV(B)308.43º82.31%57.65%-
XYZ16.438.5521.9-
YUV74.04159.59180.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=48.51%
G=8.58%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472613000.820.120.42308.4369.9433.92
Hex931A82052C2A1344622
Octal223322020122145246410642
Binary1001001111010100000100101001011001010101001101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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