#8270AB

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

Shades of Deluge #8270AB

Tints of Deluge #8270AB

Color information

#8270AB (or 0x8270AB) is unknown color: approx Deluge. HEX triplet: 82, 70 and AB. RGB value is (130,112,171). Sum of RGB (Red+Green+Blue) = 130+112+171=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #8270AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8270AB is #7D8F54. Grayscale: #7B7B7B. Windows color (decimal): -8228693 or 11235458. OLE color: 11235458.

HSL color Cylindrical-coordinate representation of color #8270AB: hue angle of 258.31º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8270AB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130112171-
CMYK0.240.3500.33
HSL258.31º25.99%55.49%-
HSV(B)258.31º34.5%67.06%-
XYZ22.3519.2741.07-
YUV124.11154.46132.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 112 (44.14% from 255) = 27.12%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=31.48%
G=27.12%
B=41.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301121710.240.3500.33258.3125.9955.49
Hex8270AB18230211021a37
Octal20216025330430414023267
Binary1000001011100001010101111000100011010000110000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8270AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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