#932880

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

Shades of Dark Purple #932880

Tints of Dark Purple #932880

Color information

#932880 (or 0x932880) is unknown color: approx Dark Purple. HEX triplet: 93, 28 and 80. RGB value is (147,40,128). Sum of RGB (Red+Green+Blue) = 147+40+128=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #932880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932880 is #6CD77F. Grayscale: #515151. Windows color (decimal): -7133056 or 8398995. OLE color: 8398995.

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

Color convert

RGB14740128-
CMYK00.730.130.42
HSL310.65º57.22%36.67%-
HSV(B)310.65º72.79%57.65%-
XYZ16.699.2821.33-
YUV82.02153.95174.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=46.67%
G=12.70%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474012800.730.130.42310.6557.2236.67
Hex932880049D2A1373925
Octal22350200011115524677145
Binary1001001110100010000000010010011101101010100110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932880; }

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

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

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

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

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

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

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

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