#8366AD

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

Shades of Deluge #8366AD

Tints of Deluge #8366AD

Color information

#8366AD (or 0x8366AD) is unknown color: approx Deluge. HEX triplet: 83, 66 and AD. RGB value is (131,102,173). Sum of RGB (Red+Green+Blue) = 131+102+173=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #8366AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8366AD is #7C9952. Grayscale: #767676. Windows color (decimal): -8165715 or 11363971. OLE color: 11363971.

HSL color Cylindrical-coordinate representation of color #8366AD: hue angle of 264.51º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8366AD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131102173-
CMYK0.240.4100.32
HSL264.51º30.21%53.92%-
HSV(B)264.51º41.04%67.84%-
XYZ21.6517.3541.74-
YUV118.76158.61136.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=32.27%
G=25.12%
B=42.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311021730.240.4100.32264.5130.2153.92
Hex8366AD18290201091e36
Octal20314625530510404113666
Binary1000001111001101010110111000101001010000010000100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8366AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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