#8263AA

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

Shades of Deluge #8263AA

Tints of Deluge #8263AA

Color information

#8263AA (or 0x8263AA) is unknown color: approx Deluge. HEX triplet: 82, 63 and AA. RGB value is (130,99,170). Sum of RGB (Red+Green+Blue) = 130+99+170=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #8263AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8263AA is #7D9C55. Grayscale: #747474. Windows color (decimal): -8232022 or 11166594. OLE color: 11166594.

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

Color convert

RGB13099170-
CMYK0.240.4200.33
HSL266.2º29.46%52.75%-
HSV(B)266.2º41.76%66.67%-
XYZ20.9216.5740.13-
YUV116.36158.27137.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=32.58%
G=24.81%
B=42.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130991700.240.4200.33266.229.4652.75
Hex8263AA182A02110a1d35
Octal20214325230520414123565
Binary1000001011000111010101011000101010010000110000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8263AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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