#933F84

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

Shades of Dark Purple #933F84

Tints of Dark Purple #933F84

Color information

#933F84 (or 0x933F84) is unknown color: approx Dark Purple. HEX triplet: 93, 3F and 84. RGB value is (147,63,132). Sum of RGB (Red+Green+Blue) = 147+63+132=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #933F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933F84 is #6CC07B. Grayscale: #5F5F5F. Windows color (decimal): -7127164 or 8667027. OLE color: 8667027.

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

Color convert

RGB14763132-
CMYK00.570.100.42
HSL310.71º40%41.18%-
HSV(B)310.71º57.14%57.65%-
XYZ17.9711.4223.09-
YUV95.98148.33164.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=42.98%
G=18.42%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476313200.570.100.42310.714041.18
Hex933F84039A2A1372829
Octal2237720407112524675051
Binary100100111111111000010001110011010101010100110111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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