#8269AB

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

Shades of Deluge #8269AB

Tints of Deluge #8269AB

Color information

#8269AB (or 0x8269AB) is unknown color: approx Deluge. HEX triplet: 82, 69 and AB. RGB value is (130,105,171). Sum of RGB (Red+Green+Blue) = 130+105+171=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #8269AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8269AB is #7D9654. Grayscale: #777777. Windows color (decimal): -8230485 or 11233666. OLE color: 11233666.

HSL color Cylindrical-coordinate representation of color #8269AB: hue angle of 262.73º 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 #8269AB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130105171-
CMYK0.240.3900.33
HSL262.73º28.21%54.12%-
HSV(B)262.73º38.6%67.06%-
XYZ21.6117.7940.82-
YUV120156.78135.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=32.02%
G=25.86%
B=42.12%

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
Decimal1301051710.240.3900.33262.7328.2154.12
Hex8269AB18270211071c36
Octal20215125330470414073466
Binary1000001011010011010101111000100111010000110000011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8269AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8269AB; }

 p { color: rgb(130,105,171); }

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

<style>
 a { background-color: #8269AB; }

 a { background-color: rgb(130,105,171); }

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

<style>
 span { border-color: #8269AB; }

 span { border-color: rgb(130,105,171); }

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