#932D7C

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

Shades of Dark Purple #932D7C

Tints of Dark Purple #932D7C

Color information

#932D7C (or 0x932D7C) is unknown color: approx Dark Purple. HEX triplet: 93, 2D and 7C. RGB value is (147,45,124). Sum of RGB (Red+Green+Blue) = 147+45+124=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #932D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D7C is #6CD283. Grayscale: #545454. Windows color (decimal): -7131780 or 8138131. OLE color: 8138131.

HSL color Cylindrical-coordinate representation of color #932D7C: hue angle of 313.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932D7C is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14745124-
CMYK00.690.160.42
HSL313.53º53.12%37.65%-
HSV(B)313.53º69.39%57.65%-
XYZ16.619.5420.03-
YUV84.5150.29172.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=46.52%
G=14.24%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474512400.690.160.42313.5353.1237.65
Hex932D7C045102A13a3526
Octal22355174010520524726546
Binary1001001110110111111000100010110000101010100111010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932D7C; }

 p { color: rgb(147,45,124); }

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

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

 a { background-color: rgb(147,45,124); }

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

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

 span { border-color: rgb(147,45,124); }

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