#8273AA

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

Shades of Deluge #8273AA

Tints of Deluge #8273AA

Color information

#8273AA (or 0x8273AA) is unknown color: approx Deluge. HEX triplet: 82, 73 and AA. RGB value is (130,115,170). Sum of RGB (Red+Green+Blue) = 130+115+170=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8273AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8273AA is #7D8C55. Grayscale: #7D7D7D. Windows color (decimal): -8227926 or 11170690. OLE color: 11170690.

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

Color convert

RGB130115170-
CMYK0.240.3200.33
HSL256.36º24.44%55.88%-
HSV(B)256.36º32.35%66.67%-
XYZ22.5919.9140.68-
YUV125.76152.97131.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=31.33%
G=27.71%
B=40.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301151700.240.3200.33256.3624.4455.88
Hex8273AA18200211001838
Octal20216325230400414003070
Binary1000001011100111010101011000100000010000110000000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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