#933979

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

Shades of Dark Purple #933979

Tints of Dark Purple #933979

Color information

#933979 (or 0x933979) is unknown color: approx Dark Purple. HEX triplet: 93, 39 and 79. RGB value is (147,57,121). Sum of RGB (Red+Green+Blue) = 147+57+121=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #933979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933979 is #6CC686. Grayscale: #5B5B5B. Windows color (decimal): -7128711 or 7944595. OLE color: 7944595.

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

Color convert

RGB14757121-
CMYK00.610.180.42
HSL317.33º44.12%40%-
HSV(B)317.33º61.22%57.65%-
XYZ16.9510.5119.22-
YUV91.21144.82167.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=45.23%
G=17.54%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475712100.610.180.42317.3344.1240
Hex93397903D122A13d2c28
Octal2237117107522524755450
Binary100100111110011111001011110110010101010100111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933979; }

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

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

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

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

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

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

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

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