#8260AC

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

Shades of Deluge #8260AC

Tints of Deluge #8260AC

Color information

#8260AC (or 0x8260AC) is unknown color: approx Deluge. HEX triplet: 82, 60 and AC. RGB value is (130,96,172). Sum of RGB (Red+Green+Blue) = 130+96+172=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #8260AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260AC is #7D9F53. Grayscale: #727272. Windows color (decimal): -8232788 or 11296898. OLE color: 11296898.

HSL color Cylindrical-coordinate representation of color #8260AC: hue angle of 266.84º 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 #8260AC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13096172-
CMYK0.240.4400.33
HSL266.84º31.4%52.55%-
HSV(B)266.84º44.19%67.45%-
XYZ20.8416.0941.04-
YUV114.83160.26138.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=32.66%
G=24.12%
B=43.22%

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
Decimal130961720.240.4400.33266.8431.452.55
Hex8260AC182C02110b1f35
Octal20214025430540414133765
Binary1000001011000001010110011000101100010000110000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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