#8268AA

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

Shades of Deluge #8268AA

Tints of Deluge #8268AA

Color information

#8268AA (or 0x8268AA) is unknown color: approx Deluge. HEX triplet: 82, 68 and AA. RGB value is (130,104,170). Sum of RGB (Red+Green+Blue) = 130+104+170=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8268AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8268AA is #7D9755. Grayscale: #777777. Windows color (decimal): -8230742 or 11167874. OLE color: 11167874.

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

Color convert

RGB130104170-
CMYK0.240.3900.33
HSL263.64º27.97%53.73%-
HSV(B)263.64º38.82%66.67%-
XYZ21.4117.5540.29-
YUV119.3156.61135.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=32.18%
G=25.74%
B=42.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301041700.240.3900.33263.6427.9753.73
Hex8268AA18270211081c36
Octal20215025230470414103466
Binary1000001011010001010101011000100111010000110000100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8268AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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