#932D6C

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

Shades of Dark Purple #932D6C

Tints of Dark Purple #932D6C

Color information

#932D6C (or 0x932D6C) is unknown color: approx Dark Purple. HEX triplet: 93, 2D and 6C. RGB value is (147,45,108). Sum of RGB (Red+Green+Blue) = 147+45+108=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #932D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D6C is #6CD293. Grayscale: #525252. Windows color (decimal): -7131796 or 7089555. OLE color: 7089555.

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

Color convert

RGB14745108-
CMYK00.690.270.42
HSL322.94º53.12%37.65%-
HSV(B)322.94º69.39%57.65%-
XYZ15.689.1615.13-
YUV82.68142.29173.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 108 (42.58% from 255) = 36%
R=49%
G=15%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474510800.690.270.42322.9453.1237.65
Hex932D6C0451B2A1433526
Octal22355154010533525036546
Binary1001001110110111011000100010111011101010101000011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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