#931584

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

Shades of Dark Purple #931584

Tints of Dark Purple #931584

Color information

#931584 (or 0x931584) is unknown color: approx Dark Purple. HEX triplet: 93, 15 and 84. RGB value is (147,21,132). Sum of RGB (Red+Green+Blue) = 147+21+132=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #931584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931584 is #6CEA7B. Grayscale: #474747. Windows color (decimal): -7137916 or 8656275. OLE color: 8656275.

HSL color Cylindrical-coordinate representation of color #931584: hue angle of 307.14º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931584 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14721132-
CMYK00.860.100.42
HSL307.14º75%32.94%-
HSV(B)307.14º85.71%57.65%-
XYZ16.478.4122.58-
YUV71.33162.24181.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 132 (51.95% from 255) = 44%
R=49%
G=7%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472113200.860.100.42307.147532.94
Hex931584056A2A1334b21
Octal223252040126125246311341
Binary1001001110101100001000101011010101010101001100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931584; }

 p { color: rgb(147,21,132); }

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

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

 a { background-color: rgb(147,21,132); }

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

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

 span { border-color: rgb(147,21,132); }

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