#933F82

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

Shades of Dark Purple #933F82

Tints of Dark Purple #933F82

Color information

#933F82 (or 0x933F82) is unknown color: approx Dark Purple. HEX triplet: 93, 3F and 82. RGB value is (147,63,130). Sum of RGB (Red+Green+Blue) = 147+63+130=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #933F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933F82 is #6CC07D. Grayscale: #5F5F5F. Windows color (decimal): -7127166 or 8535955. OLE color: 8535955.

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

Color convert

RGB14763130-
CMYK00.570.120.42
HSL312.14º40%41.18%-
HSV(B)312.14º57.14%57.65%-
XYZ17.8411.3722.37-
YUV95.75147.33164.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=43.24%
G=18.53%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476313000.570.120.42312.144041.18
Hex933F82039C2A1382829
Octal2237720207114524705051
Binary100100111111111000001001110011100101010100111000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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