#932490

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

Shades of Dark Purple #932490

Tints of Dark Purple #932490

Color information

#932490 (or 0x932490) is unknown color: approx Dark Purple. HEX triplet: 93, 24 and 90. RGB value is (147,36,144). Sum of RGB (Red+Green+Blue) = 147+36+144=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #932490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932490 is #6CDB6F. Grayscale: #515151. Windows color (decimal): -7134064 or 9446547. OLE color: 9446547.

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

Color convert

RGB14736144-
CMYK00.760.020.42
HSL301.62º60.66%35.88%-
HSV(B)301.62º75.51%57.65%-
XYZ17.79.4827.28-
YUV81.5163.27174.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 36 (14.45% from 255) = 11.01%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=44.95%
G=11.01%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473614400.760.020.42301.6260.6635.88
Hex93249004C22A12e3d24
Octal2234422001142524567544
Binary10010011100100100100000100110010101010100101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932490; }

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

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

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

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

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

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

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

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