#932B79

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

Shades of Dark Purple #932B79

Tints of Dark Purple #932B79

Color information

#932B79 (or 0x932B79) is unknown color: approx Dark Purple. HEX triplet: 93, 2B and 79. RGB value is (147,43,121). Sum of RGB (Red+Green+Blue) = 147+43+121=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #932B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932B79 is #6CD486. Grayscale: #525252. Windows color (decimal): -7132295 or 7941011. OLE color: 7941011.

HSL color Cylindrical-coordinate representation of color #932B79: hue angle of 315º degrees, saturation: 0.55, 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 #932B79 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14743121-
CMYK00.710.180.42
HSL315º54.74%37.25%-
HSV(B)315º70.75%57.65%-
XYZ16.359.3119.02-
YUV82.99149.46173.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=47.27%
G=13.83%
B=38.91%

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
Decimal1474312100.710.180.4231554.7437.25
Hex932B79047122A13b3725
Octal22353171010722524736745
Binary1001001110101111110010100011110010101010100111011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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