#8379A8

Color #8379A8 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8379A8

Tints of Deluge #8379A8

Color information

#8379A8 (or 0x8379A8) is unknown color: approx Deluge. HEX triplet: 83, 79 and A8. RGB value is (131,121,168). Sum of RGB (Red+Green+Blue) = 131+121+168=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 168 - color contains mainly: blue. Hex color #8379A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8379A8 is #7C8657. Grayscale: #818181. Windows color (decimal): -8160856 or 11041155. OLE color: 11041155.

HSL color Cylindrical-coordinate representation of color #8379A8: hue angle of 252.77º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8379A8 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB131121168-
CMYK0.220.2800.34
HSL252.77º21.27%56.67%-
HSV(B)252.77º27.98%65.88%-
XYZ23.2721.3339.94-
YUV129.35149.81129.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 168 (66.02% from 255) = 40%
R=31.19%
G=28.81%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311211680.220.2800.34252.7721.2756.67
Hex8379A8161C022fd1539
Octal20317125026340423752571
Binary10000011111100110101000101101110001000101111110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8379A8; }

 p { color: rgb(131,121,168); }

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

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

 a { background-color: rgb(131,121,168); }

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

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

 span { border-color: rgb(131,121,168); }

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