#932979

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

Shades of Dark Purple #932979

Tints of Dark Purple #932979

Color information

#932979 (or 0x932979) is unknown color: approx Dark Purple. HEX triplet: 93, 29 and 79. RGB value is (147,41,121). Sum of RGB (Red+Green+Blue) = 147+41+121=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #932979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932979 is #6CD686. Grayscale: #515151. Windows color (decimal): -7132807 or 7940499. OLE color: 7940499.

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

Color convert

RGB14741121-
CMYK00.720.180.42
HSL314.72º56.38%36.86%-
HSV(B)314.72º72.11%57.65%-
XYZ16.289.1719-
YUV81.81150.12174.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=47.57%
G=13.27%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474112100.720.180.42314.7256.3836.86
Hex932979048122A13b3825
Octal22351171011022524737045
Binary1001001110100111110010100100010010101010100111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932979; }

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

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

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

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

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

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

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

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