#8364AB

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

Shades of Deluge #8364AB

Tints of Deluge #8364AB

Color information

#8364AB (or 0x8364AB) is unknown color: approx Deluge. HEX triplet: 83, 64 and AB. RGB value is (131,100,171). Sum of RGB (Red+Green+Blue) = 131+100+171=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8364AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8364AB is #7C9B54. Grayscale: #757575. Windows color (decimal): -8166229 or 11232387. OLE color: 11232387.

HSL color Cylindrical-coordinate representation of color #8364AB: hue angle of 266.2º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8364AB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131100171-
CMYK0.230.4200.33
HSL266.2º29.71%53.14%-
HSV(B)266.2º41.52%67.06%-
XYZ21.2716.8840.67-
YUV117.36158.27137.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=32.59%
G=24.88%
B=42.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311001710.230.4200.33266.229.7153.14
Hex8364AB172A02110a1e35
Octal20314425327520414123665
Binary1000001111001001010101110111101010010000110000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8364AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8364AB; }

 p { color: rgb(131,100,171); }

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

<style>
 a { background-color: #8364AB; }

 a { background-color: rgb(131,100,171); }

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

<style>
 span { border-color: #8364AB; }

 span { border-color: rgb(131,100,171); }

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