#816FAC

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

Shades of Deluge #816FAC

Tints of Deluge #816FAC

Color information

#816FAC (or 0x816FAC) is unknown color: approx Deluge. HEX triplet: 81, 6F and AC. RGB value is (129,111,172). Sum of RGB (Red+Green+Blue) = 129+111+172=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #816FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FAC is #7E9053. Grayscale: #7B7B7B. Windows color (decimal): -8294484 or 11300737. OLE color: 11300737.

HSL color Cylindrical-coordinate representation of color #816FAC: hue angle of 257.7º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #816FAC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129111172-
CMYK0.250.3500.33
HSL257.7º26.87%55.49%-
HSV(B)257.7º35.47%67.45%-
XYZ22.1819.0141.53-
YUV123.34155.46132.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=31.31%
G=26.94%
B=41.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291111720.250.3500.33257.726.8755.49
Hex816FAC19230211021b37
Octal20115725431430414023367
Binary1000000111011111010110011001100011010000110000001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816FAC; }

 p { color: rgb(129,111,172); }

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

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

 a { background-color: rgb(129,111,172); }

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

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

 span { border-color: rgb(129,111,172); }

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