#8D7AAA

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

Shades of Deluge #8D7AAA

Tints of Deluge #8D7AAA

Color information

#8D7AAA (or 0x8D7AAA) is unknown color: approx Deluge. HEX triplet: 8D, 7A and AA. RGB value is (141,122,170). Sum of RGB (Red+Green+Blue) = 141+122+170=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7AAA is #728555. Grayscale: #848484. Windows color (decimal): -7505238 or 11172493. OLE color: 11172493.

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

Color convert

RGB141122170-
CMYK0.170.2800.33
HSL263.75º22.02%57.25%-
HSV(B)263.75º28.24%66.67%-
XYZ25.222.4841.04-
YUV133.15148.79133.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=32.56%
G=28.18%
B=39.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411221700.170.2800.33263.7522.0257.25
Hex8D7AAA111C0211081639
Octal21517225221340414102671
Binary100011011111010101010101000111100010000110000100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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