#931280

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

Shades of Dark Purple #931280

Tints of Dark Purple #931280

Color information

#931280 (or 0x931280) is unknown color: approx Dark Purple. HEX triplet: 93, 12 and 80. RGB value is (147,18,128). Sum of RGB (Red+Green+Blue) = 147+18+128=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #931280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931280 is #6CED7F. Grayscale: #444444. Windows color (decimal): -7138688 or 8393363. OLE color: 8393363.

HSL color Cylindrical-coordinate representation of color #931280: hue angle of 308.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931280 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14718128-
CMYK00.880.130.42
HSL308.84º78.18%32.35%-
HSV(B)308.84º87.76%57.65%-
XYZ16.158.1921.15-
YUV69.11161.24183.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=50.17%
G=6.14%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471812800.880.130.42308.8478.1832.35
Hex931280058D2A1354e20
Octal223222000130155246511640
Binary1001001110010100000000101100011011010101001101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931280; }

 p { color: rgb(147,18,128); }

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

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

 a { background-color: rgb(147,18,128); }

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

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

 span { border-color: rgb(147,18,128); }

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