#8264A9

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

Shades of Deluge #8264A9

Tints of Deluge #8264A9

Color information

#8264A9 (or 0x8264A9) is unknown color: approx Deluge. HEX triplet: 82, 64 and A9. RGB value is (130,100,169). Sum of RGB (Red+Green+Blue) = 130+100+169=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #8264A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8264A9 is #7D9B56. Grayscale: #747474. Windows color (decimal): -8231767 or 11101314. OLE color: 11101314.

HSL color Cylindrical-coordinate representation of color #8264A9: hue angle of 266.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8264A9 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB130100169-
CMYK0.230.4100.34
HSL266.09º28.63%52.75%-
HSV(B)266.09º40.83%66.27%-
XYZ20.9216.7239.66-
YUV116.84157.44137.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=32.58%
G=25.06%
B=42.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1301001690.230.4100.34266.0928.6352.75
Hex8264A9172902210a1d35
Octal20214425127510424123565
Binary1000001011001001010100110111101001010001010000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8264A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8264A9; }

 p { color: rgb(130,100,169); }

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

<style>
 a { background-color: #8264A9; }

 a { background-color: rgb(130,100,169); }

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

<style>
 span { border-color: #8264A9; }

 span { border-color: rgb(130,100,169); }

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