#931880

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

Shades of Dark Purple #931880

Tints of Dark Purple #931880

Color information

#931880 (or 0x931880) is unknown color: approx Dark Purple. HEX triplet: 93, 18 and 80. RGB value is (147,24,128). Sum of RGB (Red+Green+Blue) = 147+24+128=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #931880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931880 is #6CE77F. Grayscale: #484848. Windows color (decimal): -7137152 or 8394899. OLE color: 8394899.

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

Color convert

RGB14724128-
CMYK00.840.130.42
HSL309.27º71.93%33.53%-
HSV(B)309.27º83.67%57.65%-
XYZ16.268.4121.19-
YUV72.63159.25181.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=49.16%
G=8.03%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472412800.840.130.42309.2771.9333.53
Hex931880054D2A1354822
Octal223302000124155246511042
Binary1001001111000100000000101010011011010101001101011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931880; }

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

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

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

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

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

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

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

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