#8272AB

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

Shades of Deluge #8272AB

Tints of Deluge #8272AB

Color information

#8272AB (or 0x8272AB) is unknown color: approx Deluge. HEX triplet: 82, 72 and AB. RGB value is (130,114,171). Sum of RGB (Red+Green+Blue) = 130+114+171=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8272AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8272AB is #7D8D54. Grayscale: #7D7D7D. Windows color (decimal): -8228181 or 11235970. OLE color: 11235970.

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

Color convert

RGB130114171-
CMYK0.240.3300.33
HSL256.84º25.33%55.88%-
HSV(B)256.84º33.33%67.06%-
XYZ22.5719.7241.14-
YUV125.28153.8131.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 114 (44.92% from 255) = 27.47%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=31.33%
G=27.47%
B=41.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301141710.240.3300.33256.8425.3355.88
Hex8272AB18210211011938
Octal20216225330410414013170
Binary1000001011100101010101111000100001010000110000000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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