#8278AD

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

Shades of Deluge #8278AD

Tints of Deluge #8278AD

Color information

#8278AD (or 0x8278AD) is unknown color: approx Deluge. HEX triplet: 82, 78 and AD. RGB value is (130,120,173). Sum of RGB (Red+Green+Blue) = 130+120+173=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #8278AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8278AD is #7D8752. Grayscale: #808080. Windows color (decimal): -8226643 or 11368578. OLE color: 11368578.

HSL color Cylindrical-coordinate representation of color #8278AD: hue angle of 251.32º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8278AD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130120173-
CMYK0.250.3100.32
HSL251.32º24.42%57.45%-
HSV(B)251.32º30.64%67.84%-
XYZ23.4721.242.39-
YUV129.03152.81128.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=30.73%
G=28.37%
B=40.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301201730.250.3100.32251.3224.4257.45
Hex8278AD191F020fb1839
Octal20217025531370403733071
Binary10000010111100010101101110011111101000001111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8278AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8278AD; }

 p { color: rgb(130,120,173); }

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

<style>
 a { background-color: #8278AD; }

 a { background-color: rgb(130,120,173); }

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

<style>
 span { border-color: #8278AD; }

 span { border-color: rgb(130,120,173); }

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