#8260AB

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

Shades of Deluge #8260AB

Tints of Deluge #8260AB

Color information

#8260AB (or 0x8260AB) is unknown color: approx Deluge. HEX triplet: 82, 60 and AB. RGB value is (130,96,171). Sum of RGB (Red+Green+Blue) = 130+96+171=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8260AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260AB is #7D9F54. Grayscale: #727272. Windows color (decimal): -8232789 or 11231362. OLE color: 11231362.

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

Color convert

RGB13096171-
CMYK0.240.4400.33
HSL267.2º30.86%52.35%-
HSV(B)267.2º43.86%67.06%-
XYZ20.7416.0540.53-
YUV114.72159.76138.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=32.75%
G=24.18%
B=43.07%

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
Decimal130961710.240.4400.33267.230.8652.35
Hex8260AB182C02110b1f34
Octal20214025330540414133764
Binary1000001011000001010101111000101100010000110000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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