#933D82

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

Shades of Dark Purple #933D82

Tints of Dark Purple #933D82

Color information

#933D82 (or 0x933D82) is unknown color: approx Dark Purple. HEX triplet: 93, 3D and 82. RGB value is (147,61,130). Sum of RGB (Red+Green+Blue) = 147+61+130=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #933D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933D82 is #6CC27D. Grayscale: #5E5E5E. Windows color (decimal): -7127678 or 8535443. OLE color: 8535443.

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

Color convert

RGB14761130-
CMYK00.590.120.42
HSL311.86º41.35%40.78%-
HSV(B)311.86º58.5%57.65%-
XYZ17.7311.1522.34-
YUV94.58147.99165.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=43.49%
G=18.05%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476113000.590.120.42311.8641.3540.78
Hex933D8203BC2A1382929
Octal2237520207314524705151
Binary100100111111011000001001110111100101010100111000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933D82; }

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

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

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

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

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

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

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

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