#933080

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

Shades of Dark Purple #933080

Tints of Dark Purple #933080

Color information

#933080 (or 0x933080) is unknown color: approx Dark Purple. HEX triplet: 93, 30 and 80. RGB value is (147,48,128). Sum of RGB (Red+Green+Blue) = 147+48+128=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #933080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933080 is #6CCF7F. Grayscale: #565656. Windows color (decimal): -7131008 or 8401043. OLE color: 8401043.

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

Color convert

RGB14748128-
CMYK00.670.130.42
HSL311.52º50.77%38.24%-
HSV(B)311.52º67.35%57.65%-
XYZ16.999.8821.43-
YUV86.72151.3171-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=45.51%
G=14.86%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474812800.670.130.42311.5250.7738.24
Hex933080043D2A1383326
Octal22360200010315524706346
Binary1001001111000010000000010000111101101010100111000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933080; }

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

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

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

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

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

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

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

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