#932080

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

Shades of Dark Purple #932080

Tints of Dark Purple #932080

Color information

#932080 (or 0x932080) is unknown color: approx Dark Purple. HEX triplet: 93, 20 and 80. RGB value is (147,32,128). Sum of RGB (Red+Green+Blue) = 147+32+128=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #932080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932080 is #6CDF7F. Grayscale: #4D4D4D. Windows color (decimal): -7135104 or 8396947. OLE color: 8396947.

HSL color Cylindrical-coordinate representation of color #932080: hue angle of 309.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932080 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14732128-
CMYK00.780.130.42
HSL309.91º64.25%35.1%-
HSV(B)309.91º78.23%57.65%-
XYZ16.458.7921.25-
YUV77.33156.6177.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=47.88%
G=10.42%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473212800.780.130.42309.9164.2535.1
Hex93208004ED2A1364023
Octal223402000116155246610043
Binary10010011100000100000000100111011011010101001101101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932080; }

 p { color: rgb(147,32,128); }

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

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

 a { background-color: rgb(147,32,128); }

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

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

 span { border-color: rgb(147,32,128); }

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