#933F83

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

Shades of Dark Purple #933F83

Tints of Dark Purple #933F83

Color information

#933F83 (or 0x933F83) is unknown color: approx Dark Purple. HEX triplet: 93, 3F and 83. RGB value is (147,63,131). Sum of RGB (Red+Green+Blue) = 147+63+131=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #933F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933F83 is #6CC07C. Grayscale: #5F5F5F. Windows color (decimal): -7127165 or 8601491. OLE color: 8601491.

HSL color Cylindrical-coordinate representation of color #933F83: hue angle of 311.43º 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 #933F83 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14763131-
CMYK00.570.110.42
HSL311.43º40%41.18%-
HSV(B)311.43º57.14%57.65%-
XYZ17.9111.422.73-
YUV95.87147.83164.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=43.11%
G=18.48%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476313100.570.110.42311.434041.18
Hex933F83039B2A1372829
Octal2237720307113524675051
Binary100100111111111000001101110011011101010100110111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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