#8C7AAD

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

Shades of Deluge #8C7AAD

Tints of Deluge #8C7AAD

Color information

#8C7AAD (or 0x8C7AAD) is unknown color: approx Deluge. HEX triplet: 8C, 7A and AD. RGB value is (140,122,173). Sum of RGB (Red+Green+Blue) = 140+122+173=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7AAD is #738552. Grayscale: #858585. Windows color (decimal): -7570771 or 11369100. OLE color: 11369100.

HSL color Cylindrical-coordinate representation of color #8C7AAD: hue angle of 261.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7AAD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140122173-
CMYK0.190.2900.32
HSL261.18º23.72%57.84%-
HSV(B)261.18º29.48%67.84%-
XYZ25.3222.5142.55-
YUV133.2150.46132.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=32.18%
G=28.05%
B=39.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401221730.190.2900.32261.1823.7257.84
Hex8C7AAD131D020105183a
Octal21417225523350404053072
Binary100011001111010101011011001111101010000010000010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,173); }

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

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

 a { background-color: rgb(140,122,173); }

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

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

 span { border-color: rgb(140,122,173); }

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