#932D78

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

Shades of Dark Purple #932D78

Tints of Dark Purple #932D78

Color information

#932D78 (or 0x932D78) is unknown color: approx Dark Purple. HEX triplet: 93, 2D and 78. RGB value is (147,45,120). Sum of RGB (Red+Green+Blue) = 147+45+120=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #932D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D78 is #6CD287. Grayscale: #535353. Windows color (decimal): -7131784 or 7875987. OLE color: 7875987.

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

Color convert

RGB14745120-
CMYK00.690.180.42
HSL315.88º53.12%37.65%-
HSV(B)315.88º69.39%57.65%-
XYZ16.369.4418.73-
YUV84.05148.29172.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=47.12%
G=14.42%
B=38.46%

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
Decimal1474512000.690.180.42315.8853.1237.65
Hex932D78045122A13c3526
Octal22355170010522524746546
Binary1001001110110111110000100010110010101010100111100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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