#8273ab

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

Shades of Deluge #8273AB

Tints of Deluge #8273AB

Color information

#8273AB (or 0x8273AB) is unknown color: approx Deluge. HEX triplet: 82, 73 and AB. RGB value is (130,115,171). Sum of RGB (Red+Green+Blue) = 130+115+171=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #8273AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8273AB is #7D8C54. Grayscale: #7D7D7D. Windows color (decimal): -8227925 or 11236226. OLE color: 11236226.

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

Color convert

RGB130115171-
CMYK0.240.3300.33
HSL256.07º25%56.08%-
HSV(B)256.07º32.75%67.06%-
XYZ22.6919.9541.18-
YUV125.87153.47130.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=31.25%
G=27.64%
B=41.11%

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
Decimal1301151710.240.3300.33256.072556.08
Hex8273AB18210211001938
Octal20216325330410414003170
Binary1000001011100111010101111000100001010000110000000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8273ab; }

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

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

<style>
 a { background-color: #8273ab; }

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

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

<style>
 span { border-color: #8273ab; }

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

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