#8361AD

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

Shades of Deluge #8361AD

Tints of Deluge #8361AD

Color information

#8361AD (or 0x8361AD) is unknown color: approx Deluge. HEX triplet: 83, 61 and AD. RGB value is (131,97,173). Sum of RGB (Red+Green+Blue) = 131+97+173=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #8361AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8361AD is #7C9E52. Grayscale: #737373. Windows color (decimal): -8166995 or 11362691. OLE color: 11362691.

HSL color Cylindrical-coordinate representation of color #8361AD: hue angle of 266.84º 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 #8361AD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13197173-
CMYK0.240.4400.32
HSL266.84º31.67%52.94%-
HSV(B)266.84º43.93%67.84%-
XYZ21.1816.3941.58-
YUV115.83160.26138.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=32.67%
G=24.19%
B=43.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131971730.240.4400.32266.8431.6752.94
Hex8361AD182C02010b2035
Octal20314125530540404134065
Binary10000011110000110101101110001011000100000100001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8361AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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