#8267AB

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

Shades of Deluge #8267AB

Tints of Deluge #8267AB

Color information

#8267AB (or 0x8267AB) is unknown color: approx Deluge. HEX triplet: 82, 67 and AB. RGB value is (130,103,171). Sum of RGB (Red+Green+Blue) = 130+103+171=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #8267AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8267AB is #7D9854. Grayscale: #767676. Windows color (decimal): -8230997 or 11233154. OLE color: 11233154.

HSL color Cylindrical-coordinate representation of color #8267AB: hue angle of 263.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8267AB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130103171-
CMYK0.240.4000.33
HSL263.82º28.81%53.73%-
HSV(B)263.82º39.77%67.06%-
XYZ21.4117.3940.76-
YUV118.82157.45135.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=32.18%
G=25.50%
B=42.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301031710.240.4000.33263.8228.8153.73
Hex8267AB18280211081d36
Octal20214725330500414103566
Binary1000001011001111010101111000101000010000110000100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8267AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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