#816CAA

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

Shades of Deluge #816CAA

Tints of Deluge #816CAA

Color information

#816CAA (or 0x816CAA) is unknown color: approx Deluge. HEX triplet: 81, 6C and AA. RGB value is (129,108,170). Sum of RGB (Red+Green+Blue) = 129+108+170=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #816CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816CAA is #7E9355. Grayscale: #797979. Windows color (decimal): -8295254 or 11168897. OLE color: 11168897.

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

Color convert

RGB129108170-
CMYK0.240.3600.33
HSL260.32º26.72%54.51%-
HSV(B)260.32º36.47%66.67%-
XYZ21.6718.2940.42-
YUV121.35155.46133.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=31.70%
G=26.54%
B=41.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291081700.240.3600.33260.3226.7254.51
Hex816CAA18240211041b37
Octal20115425230440414043367
Binary1000000111011001010101011000100100010000110000010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,170); }

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

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

 a { background-color: rgb(129,108,170); }

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

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

 span { border-color: rgb(129,108,170); }

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