#8263af

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

Shades of Deluge #8263AF

Tints of Deluge #8263AF

Color information

#8263AF (or 0x8263AF) is unknown color: approx Deluge. HEX triplet: 82, 63 and AF. RGB value is (130,99,175). Sum of RGB (Red+Green+Blue) = 130+99+175=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #8263AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8263AF is #7D9C50. Grayscale: #747474. Windows color (decimal): -8232017 or 11494274. OLE color: 11494274.

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

Color convert

RGB13099175-
CMYK0.260.4300.31
HSL264.47º32.2%53.73%-
HSV(B)264.47º43.43%68.63%-
XYZ21.4116.7642.67-
YUV116.93160.77137.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=32.18%
G=24.50%
B=43.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130991750.260.4300.31264.4732.253.73
Hex8263AF1A2B01F1082036
Octal20214325732530374104066
Binary1000001011000111010111111010101011011111100001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8263af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8263af; }

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

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

<style>
 a { background-color: #8263af; }

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

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

<style>
 span { border-color: #8263af; }

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

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