#8B80AD

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

Shades of Deluge #8B80AD

Tints of Deluge #8B80AD

Color information

#8B80AD (or 0x8B80AD) is unknown color: approx Deluge. HEX triplet: 8B, 80 and AD. RGB value is (139,128,173). Sum of RGB (Red+Green+Blue) = 139+128+173=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B80AD is #747F52. Grayscale: #888888. Windows color (decimal): -7634771 or 11370635. OLE color: 11370635.

HSL color Cylindrical-coordinate representation of color #8B80AD: hue angle of 254.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B80AD is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139128173-
CMYK0.200.2600.32
HSL254.67º21.53%59.02%-
HSV(B)254.67º26.01%67.84%-
XYZ25.9123.9442.79-
YUV136.42148.64129.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=31.59%
G=29.09%
B=39.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391281730.200.2600.32254.6721.5359.02
Hex8B80AD141A020ff163b
Octal21320025524320403772673
Binary100010111000000010101101101001101001000001111111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B80AD; }

 p { color: rgb(139,128,173); }

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

<style>
 a { background-color: #8B80AD; }

 a { background-color: rgb(139,128,173); }

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

<style>
 span { border-color: #8B80AD; }

 span { border-color: rgb(139,128,173); }

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