#932590

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

Shades of Dark Purple #932590

Tints of Dark Purple #932590

Color information

#932590 (or 0x932590) is unknown color: approx Dark Purple. HEX triplet: 93, 25 and 90. RGB value is (147,37,144). Sum of RGB (Red+Green+Blue) = 147+37+144=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #932590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932590 is #6CDA6F. Grayscale: #515151. Windows color (decimal): -7133808 or 9446803. OLE color: 9446803.

HSL color Cylindrical-coordinate representation of color #932590: hue angle of 301.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932590 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14737144-
CMYK00.750.020.42
HSL301.64º59.78%36.08%-
HSV(B)301.64º74.83%57.65%-
XYZ17.739.5427.29-
YUV82.09162.94174.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=44.82%
G=11.28%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473714400.750.020.42301.6459.7836.08
Hex93259004B22A12e3c24
Octal2234522001132524567444
Binary10010011100101100100000100101110101010100101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932590; }

 p { color: rgb(147,37,144); }

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

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

 a { background-color: rgb(147,37,144); }

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

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

 span { border-color: rgb(147,37,144); }

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