#933F81

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

Shades of Dark Purple #933F81

Tints of Dark Purple #933F81

Color information

#933F81 (or 0x933F81) is unknown color: approx Dark Purple. HEX triplet: 93, 3F and 81. RGB value is (147,63,129). Sum of RGB (Red+Green+Blue) = 147+63+129=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #933F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933F81 is #6CC07E. Grayscale: #5F5F5F. Windows color (decimal): -7127167 or 8470419. OLE color: 8470419.

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

Color convert

RGB14763129-
CMYK00.570.120.42
HSL312.86º40%41.18%-
HSV(B)312.86º57.14%57.65%-
XYZ17.7711.3422.02-
YUV95.64146.83164.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=43.36%
G=18.58%
B=38.05%

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
Decimal1476312900.570.120.42312.864041.18
Hex933F81039C2A1392829
Octal2237720107114524715051
Binary100100111111111000000101110011100101010100111001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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