#932D7A

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

Shades of Dark Purple #932D7A

Tints of Dark Purple #932D7A

Color information

#932D7A (or 0x932D7A) is unknown color: approx Dark Purple. HEX triplet: 93, 2D and 7A. RGB value is (147,45,122). Sum of RGB (Red+Green+Blue) = 147+45+122=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #932D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932D7A is #6CD285. Grayscale: #545454. Windows color (decimal): -7131782 or 8007059. OLE color: 8007059.

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

Color convert

RGB14745122-
CMYK00.690.170.42
HSL314.71º53.12%37.65%-
HSV(B)314.71º69.39%57.65%-
XYZ16.489.4819.37-
YUV84.28149.29172.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 45 (17.97% from 255) = 14.33%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=46.82%
G=14.33%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474512200.690.170.42314.7153.1237.65
Hex932D7A045112A13b3526
Octal22355172010521524736546
Binary1001001110110111110100100010110001101010100111011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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