#8B72AE

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

Shades of Deluge #8B72AE

Tints of Deluge #8B72AE

Color information

#8B72AE (or 0x8B72AE) is unknown color: approx Deluge. HEX triplet: 8B, 72 and AE. RGB value is (139,114,174). Sum of RGB (Red+Green+Blue) = 139+114+174=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B72AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B72AE is #748D51. Grayscale: #808080. Windows color (decimal): -7638354 or 11432587. OLE color: 11432587.

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

Color convert

RGB139114174-
CMYK0.200.3400.32
HSL265º27.03%56.47%-
HSV(B)265º34.48%68.24%-
XYZ24.320.5842.74-
YUV128.32153.78135.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=32.55%
G=26.70%
B=40.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391141740.200.3400.3226527.0356.47
Hex8B72AE14220201091b38
Octal21316225624420404113370
Binary1000101111100101010111010100100010010000010000100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,174); }

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

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

 a { background-color: rgb(139,114,174); }

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

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

 span { border-color: rgb(139,114,174); }

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