#8561AD

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

Shades of Deluge #8561AD

Tints of Deluge #8561AD

Color information

#8561AD (or 0x8561AD) is unknown color: approx Deluge. HEX triplet: 85, 61 and AD. RGB value is (133,97,173). Sum of RGB (Red+Green+Blue) = 133+97+173=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #8561AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8561AD is #7A9E52. Grayscale: #747474. Windows color (decimal): -8035923 or 11362693. OLE color: 11362693.

HSL color Cylindrical-coordinate representation of color #8561AD: hue angle of 268.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8561AD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13397173-
CMYK0.230.4400.32
HSL268.42º31.67%52.94%-
HSV(B)268.42º43.93%67.84%-
XYZ21.4916.5541.6-
YUV116.43159.93139.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=33.00%
G=24.07%
B=42.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133971730.230.4400.32268.4231.6752.94
Hex8561AD172C02010c2035
Octal20514125527540404144065
Binary10000101110000110101101101111011000100000100001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8561AD; }

 p { color: rgb(133,97,173); }

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

<style>
 a { background-color: #8561AD; }

 a { background-color: rgb(133,97,173); }

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

<style>
 span { border-color: #8561AD; }

 span { border-color: rgb(133,97,173); }

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