#8277A3

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

Shades of Deluge #8277A3

Tints of Deluge #8277A3

Color information

#8277A3 (or 0x8277A3) is unknown color: approx Deluge. HEX triplet: 82, 77 and A3. RGB value is (130,119,163). Sum of RGB (Red+Green+Blue) = 130+119+163=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 163 - color contains mainly: blue. Hex color #8277A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8277A3 is #7D885C. Grayscale: #7F7F7F. Windows color (decimal): -8226909 or 10712962. OLE color: 10712962.

HSL color Cylindrical-coordinate representation of color #8277A3: hue angle of 255º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8277A3 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB130119163-
CMYK0.200.2700.36
HSL255º19.3%55.29%-
HSV(B)255º26.99%63.92%-
XYZ22.4120.5837.44-
YUV127.3148.14129.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=31.55%
G=28.88%
B=39.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301191630.200.2700.3625519.355.29
Hex8277A3141B024ff1337
Octal20216724324330443772367
Binary10000010111011110100011101001101101001001111111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8277A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8277A3; }

 p { color: rgb(130,119,163); }

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

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

 a { background-color: rgb(130,119,163); }

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

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

 span { border-color: rgb(130,119,163); }

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