#932d82

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

Shades of Dark Purple #932D82

Tints of Dark Purple #932D82

Color information

#932D82 (or 0x932D82) is unknown color: approx Dark Purple. HEX triplet: 93, 2D and 82. RGB value is (147,45,130). Sum of RGB (Red+Green+Blue) = 147+45+130=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #932D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932D82 is #6CD27D. Grayscale: #545454. Windows color (decimal): -7131774 or 8531347. OLE color: 8531347.

HSL color Cylindrical-coordinate representation of color #932D82: hue angle of 310º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932D82 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14745130-
CMYK00.690.120.42
HSL310º53.12%37.65%-
HSV(B)310º69.39%57.65%-
XYZ179.6922.09-
YUV85.19153.29172.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=45.65%
G=13.98%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474513000.690.120.4231053.1237.65
Hex932D82045C2A1363526
Octal22355202010514524666546
Binary1001001110110110000010010001011100101010100110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932d82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932d82; }

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

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

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

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

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

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

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

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