#8266A7

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

Shades of Deluge #8266A7

Tints of Deluge #8266A7

Color information

#8266A7 (or 0x8266A7) is unknown color: approx Deluge. HEX triplet: 82, 66 and A7. RGB value is (130,102,167). Sum of RGB (Red+Green+Blue) = 130+102+167=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 167 - color contains mainly: blue. Hex color #8266A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8266A7 is #7D9958. Grayscale: #757575. Windows color (decimal): -8231257 or 10970754. OLE color: 10970754.

HSL color Cylindrical-coordinate representation of color #8266A7: hue angle of 265.85º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8266A7 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB130102167-
CMYK0.220.3900.35
HSL265.85º26.97%52.75%-
HSV(B)265.85º38.92%65.49%-
XYZ20.9317.0438.74-
YUV117.78155.78136.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 167 (65.62% from 255) = 41.85%
R=32.58%
G=25.56%
B=41.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301021670.220.3900.35265.8526.9752.75
Hex8266A7162702310a1b35
Octal20214624726470434123365
Binary1000001011001101010011110110100111010001110000101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8266A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8266A7; }

 p { color: rgb(130,102,167); }

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

<style>
 a { background-color: #8266A7; }

 a { background-color: rgb(130,102,167); }

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

<style>
 span { border-color: #8266A7; }

 span { border-color: rgb(130,102,167); }

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