#8D7FAB

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

Shades of Deluge #8D7FAB

Tints of Deluge #8D7FAB

Color information

#8D7FAB (or 0x8D7FAB) is unknown color: approx Deluge. HEX triplet: 8D, 7F and AB. RGB value is (141,127,171). Sum of RGB (Red+Green+Blue) = 141+127+171=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAB is #728054. Grayscale: #888888. Windows color (decimal): -7503957 or 11239309. OLE color: 11239309.

HSL color Cylindrical-coordinate representation of color #8D7FAB: hue angle of 259.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D7FAB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141127171-
CMYK0.180.2600.33
HSL259.09º20.75%58.43%-
HSV(B)259.09º25.73%67.06%-
XYZ25.9223.7841.75-
YUV136.2147.64131.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=32.12%
G=28.93%
B=38.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411271710.180.2600.33259.0920.7558.43
Hex8D7FAB121A021103153a
Octal21517725322320414032572
Binary100011011111111101010111001011010010000110000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,171); }

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

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

 a { background-color: rgb(141,127,171); }

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

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

 span { border-color: rgb(141,127,171); }

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