#932482

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

Shades of Dark Purple #932482

Tints of Dark Purple #932482

Color information

#932482 (or 0x932482) is unknown color: approx Dark Purple. HEX triplet: 93, 24 and 82. RGB value is (147,36,130). Sum of RGB (Red+Green+Blue) = 147+36+130=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #932482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932482 is #6CDB7D. Grayscale: #4F4F4F. Windows color (decimal): -7134078 or 8529043. OLE color: 8529043.

HSL color Cylindrical-coordinate representation of color #932482: hue angle of 309.19º 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 #932482 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14736130-
CMYK00.760.120.42
HSL309.19º60.66%35.88%-
HSV(B)309.19º75.51%57.65%-
XYZ16.699.0821.99-
YUV79.9156.27175.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 36 (14.45% from 255) = 11.50%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=46.96%
G=11.50%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473613000.760.120.42309.1960.6635.88
Hex93248204CC2A1353d24
Octal22344202011414524657544
Binary1001001110010010000010010011001100101010100110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932482; }

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

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

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

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

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

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

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

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