#932182

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

Shades of Dark Purple #932182

Tints of Dark Purple #932182

Color information

#932182 (or 0x932182) is unknown color: approx Dark Purple. HEX triplet: 93, 21 and 82. RGB value is (147,33,130). Sum of RGB (Red+Green+Blue) = 147+33+130=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #932182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932182 is #6CDE7D. Grayscale: #4D4D4D. Windows color (decimal): -7134846 or 8528275. OLE color: 8528275.

HSL color Cylindrical-coordinate representation of color #932182: hue angle of 308.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932182 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14733130-
CMYK00.780.120.42
HSL308.95º63.33%35.29%-
HSV(B)308.95º77.55%57.65%-
XYZ16.618.921.96-
YUV78.14157.27177.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=47.42%
G=10.65%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473313000.780.120.42308.9563.3335.29
Hex93218204EC2A1353f23
Octal22341202011614524657743
Binary1001001110000110000010010011101100101010100110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932182; }

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

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

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

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

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

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

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

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