#932A79

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

Shades of Dark Purple #932A79

Tints of Dark Purple #932A79

Color information

#932A79 (or 0x932A79) is unknown color: approx Dark Purple. HEX triplet: 93, 2A and 79. RGB value is (147,42,121). Sum of RGB (Red+Green+Blue) = 147+42+121=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #932A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932A79 is #6CD586. Grayscale: #525252. Windows color (decimal): -7132551 or 7940755. OLE color: 7940755.

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

Color convert

RGB14742121-
CMYK00.710.180.42
HSL314.86º55.56%37.06%-
HSV(B)314.86º71.43%57.65%-
XYZ16.319.2419.01-
YUV82.4149.79174.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=47.42%
G=13.55%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474212100.710.180.42314.8655.5637.06
Hex932A79047122A13b3825
Octal22352171010722524737045
Binary1001001110101011110010100011110010101010100111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932A79; }

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

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

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

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

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

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

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

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