#932D79

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

Shades of Dark Purple #932D79

Tints of Dark Purple #932D79

Color information

#932D79 (or 0x932D79) is unknown color: approx Dark Purple. HEX triplet: 93, 2D and 79. RGB value is (147,45,121). Sum of RGB (Red+Green+Blue) = 147+45+121=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #932D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D79 is #6CD286. Grayscale: #535353. Windows color (decimal): -7131783 or 7941523. OLE color: 7941523.

HSL color Cylindrical-coordinate representation of color #932D79: hue angle of 315.29º 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 #932D79 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14745121-
CMYK00.690.180.42
HSL315.29º53.12%37.65%-
HSV(B)315.29º69.39%57.65%-
XYZ16.429.4619.05-
YUV84.16148.79172.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 45 (17.97% from 255) = 14.38%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=46.96%
G=14.38%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474512100.690.180.42315.2953.1237.65
Hex932D79045122A13b3526
Octal22355171010522524736546
Binary1001001110110111110010100010110010101010100111011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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