#932887

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

Shades of Dark Purple #932887

Tints of Dark Purple #932887

Color information

#932887 (or 0x932887) is unknown color: approx Dark Purple. HEX triplet: 93, 28 and 87. RGB value is (147,40,135). Sum of RGB (Red+Green+Blue) = 147+40+135=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #932887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932887 is #6CD778. Grayscale: #525252. Windows color (decimal): -7133049 or 8857747. OLE color: 8857747.

HSL color Cylindrical-coordinate representation of color #932887: hue angle of 306.73º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932887 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14740135-
CMYK00.730.080.42
HSL306.73º57.22%36.67%-
HSV(B)306.73º72.79%57.65%-
XYZ17.169.4723.84-
YUV82.82157.45173.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=45.65%
G=12.42%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474013500.730.080.42306.7357.2236.67
Hex93288704982A1333925
Octal22350207011110524637145
Binary1001001110100010000111010010011000101010100110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932887; }

 p { color: rgb(147,40,135); }

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

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

 a { background-color: rgb(147,40,135); }

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

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

 span { border-color: rgb(147,40,135); }

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