#932379

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

Shades of Dark Purple #932379

Tints of Dark Purple #932379

Color information

#932379 (or 0x932379) is unknown color: approx Dark Purple. HEX triplet: 93, 23 and 79. RGB value is (147,35,121). Sum of RGB (Red+Green+Blue) = 147+35+121=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #932379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932379 is #6CDC86. Grayscale: #4E4E4E. Windows color (decimal): -7134343 or 7938963. OLE color: 7938963.

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

Color convert

RGB14735121-
CMYK00.760.180.42
HSL313.93º61.54%35.69%-
HSV(B)313.93º76.19%57.65%-
XYZ16.088.7918.94-
YUV78.29152.11177.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 35 (14.06% from 255) = 11.55%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=48.51%
G=11.55%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473512100.760.180.42313.9361.5435.69
Hex93237904C122A13a3e24
Octal22343171011422524727644
Binary1001001110001111110010100110010010101010100111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932379; }

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

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

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

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

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

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

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

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