#8261AC

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

Shades of Deluge #8261AC

Tints of Deluge #8261AC

Color information

#8261AC (or 0x8261AC) is unknown color: approx Deluge. HEX triplet: 82, 61 and AC. RGB value is (130,97,172). Sum of RGB (Red+Green+Blue) = 130+97+172=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #8261AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8261AC is #7D9E53. Grayscale: #737373. Windows color (decimal): -8232532 or 11297154. OLE color: 11297154.

HSL color Cylindrical-coordinate representation of color #8261AC: hue angle of 266.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8261AC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13097172-
CMYK0.240.4400.33
HSL266.4º31.12%52.75%-
HSV(B)266.4º43.6%67.45%-
XYZ20.9316.2741.07-
YUV115.42159.93138.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=32.58%
G=24.31%
B=43.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130971720.240.4400.33266.431.1252.75
Hex8261AC182C02110a1f35
Octal20214125430540414123765
Binary1000001011000011010110011000101100010000110000101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8261AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8261AC; }

 p { color: rgb(130,97,172); }

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

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

 a { background-color: rgb(130,97,172); }

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

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

 span { border-color: rgb(130,97,172); }

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