#8B76AB

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

Shades of Deluge #8B76AB

Tints of Deluge #8B76AB

Color information

#8B76AB (or 0x8B76AB) is unknown color: approx Deluge. HEX triplet: 8B, 76 and AB. RGB value is (139,118,171). Sum of RGB (Red+Green+Blue) = 139+118+171=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B76AB is #748954. Grayscale: #828282. Windows color (decimal): -7637333 or 11237003. OLE color: 11237003.

HSL color Cylindrical-coordinate representation of color #8B76AB: hue angle of 263.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B76AB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139118171-
CMYK0.190.3100.33
HSL263.77º23.98%56.67%-
HSV(B)263.77º30.99%67.06%-
XYZ24.4821.3941.37-
YUV130.32150.96134.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=32.48%
G=27.57%
B=39.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391181710.190.3100.33263.7723.9856.67
Hex8B76AB131F0211081839
Octal21316625323370414103071
Binary100010111110110101010111001111111010000110000100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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