#933E79

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

Shades of Dark Purple #933E79

Tints of Dark Purple #933E79

Color information

#933E79 (or 0x933E79) is unknown color: approx Dark Purple. HEX triplet: 93, 3E and 79. RGB value is (147,62,121). Sum of RGB (Red+Green+Blue) = 147+62+121=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #933E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933E79 is #6CC186. Grayscale: #5D5D5D. Windows color (decimal): -7127431 or 7945875. OLE color: 7945875.

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

Color convert

RGB14762121-
CMYK00.580.180.42
HSL318.35º40.67%40.98%-
HSV(B)318.35º57.82%57.65%-
XYZ17.2111.0319.31-
YUV94.14143.16165.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=44.55%
G=18.79%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476212100.580.180.42318.3540.6740.98
Hex933E7903A122A13e2929
Octal2237617107222524765151
Binary100100111111101111001011101010010101010100111110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,62,121); }

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

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

 a { background-color: rgb(147,62,121); }

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

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

 span { border-color: rgb(147,62,121); }

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