#8B72AB

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

Shades of Deluge #8B72AB

Tints of Deluge #8B72AB

Color information

#8B72AB (or 0x8B72AB) is unknown color: approx Deluge. HEX triplet: 8B, 72 and AB. RGB value is (139,114,171). Sum of RGB (Red+Green+Blue) = 139+114+171=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B72AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B72AB is #748D54. Grayscale: #7F7F7F. Windows color (decimal): -7638357 or 11235979. OLE color: 11235979.

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

Color convert

RGB139114171-
CMYK0.190.3300.33
HSL266.32º25.33%55.88%-
HSV(B)266.32º33.33%67.06%-
XYZ24.0220.4641.21-
YUV127.97152.28135.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=32.78%
G=26.89%
B=40.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391141710.190.3300.33266.3225.3355.88
Hex8B72AB132102110a1938
Octal21316225323410414123170
Binary1000101111100101010101110011100001010000110000101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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