#8265AF

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

Shades of Deluge #8265AF

Tints of Deluge #8265AF

Color information

#8265AF (or 0x8265AF) is unknown color: approx Deluge. HEX triplet: 82, 65 and AF. RGB value is (130,101,175). Sum of RGB (Red+Green+Blue) = 130+101+175=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #8265AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8265AF is #7D9A50. Grayscale: #757575. Windows color (decimal): -8231505 or 11494786. OLE color: 11494786.

HSL color Cylindrical-coordinate representation of color #8265AF: hue angle of 263.51º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8265AF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130101175-
CMYK0.260.4200.31
HSL263.51º31.62%54.12%-
HSV(B)263.51º42.29%68.63%-
XYZ21.617.1542.73-
YUV118.11160.11136.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=32.02%
G=24.88%
B=43.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301011750.260.4200.31263.5131.6254.12
Hex8265AF1A2A01F1082036
Octal20214525732520374104066
Binary1000001011001011010111111010101010011111100001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8265AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8265AF; }

 p { color: rgb(130,101,175); }

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

<style>
 a { background-color: #8265AF; }

 a { background-color: rgb(130,101,175); }

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

<style>
 span { border-color: #8265AF; }

 span { border-color: rgb(130,101,175); }

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