#8d7aab

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

Shades of Deluge #8D7AAB

Tints of Deluge #8D7AAB

Color information

#8D7AAB (or 0x8D7AAB) is unknown color: approx Deluge. HEX triplet: 8D, 7A and AB. RGB value is (141,122,171). Sum of RGB (Red+Green+Blue) = 141+122+171=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7AAB is #728554. Grayscale: #858585. Windows color (decimal): -7505237 or 11238029. OLE color: 11238029.

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

Color convert

RGB141122171-
CMYK0.180.2900.33
HSL263.27º22.58%57.45%-
HSV(B)263.27º28.65%67.06%-
XYZ25.2922.5241.54-
YUV133.27149.29133.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=32.49%
G=28.11%
B=39.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411221710.180.2900.33263.2722.5857.45
Hex8D7AAB121D0211071739
Octal21517225322350414072771
Binary100011011111010101010111001011101010000110000011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d7aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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