#931184

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

Shades of Dark Purple #931184

Tints of Dark Purple #931184

Color information

#931184 (or 0x931184) is unknown color: approx Dark Purple. HEX triplet: 93, 11 and 84. RGB value is (147,17,132). Sum of RGB (Red+Green+Blue) = 147+17+132=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #931184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931184 is #6CEE7B. Grayscale: #444444. Windows color (decimal): -7138940 or 8655251. OLE color: 8655251.

HSL color Cylindrical-coordinate representation of color #931184: hue angle of 306.92º degrees, saturation: 0.79, 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 #931184 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14717132-
CMYK00.880.100.42
HSL306.92º79.27%32.16%-
HSV(B)306.92º88.44%57.65%-
XYZ16.48.2722.56-
YUV68.98163.57183.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=49.66%
G=5.74%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471713200.880.100.42306.9279.2732.16
Hex931184058A2A1334f20
Octal223212040130125246311740
Binary1001001110001100001000101100010101010101001100111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931184; }

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

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

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

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

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

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

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

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