#8368AA

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

Shades of Deluge #8368AA

Tints of Deluge #8368AA

Color information

#8368AA (or 0x8368AA) is unknown color: approx Deluge. HEX triplet: 83, 68 and AA. RGB value is (131,104,170). Sum of RGB (Red+Green+Blue) = 131+104+170=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8368AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8368AA is #7C9755. Grayscale: #777777. Windows color (decimal): -8165206 or 11167875. OLE color: 11167875.

HSL color Cylindrical-coordinate representation of color #8368AA: hue angle of 264.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8368AA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131104170-
CMYK0.230.3900.33
HSL264.55º27.97%53.73%-
HSV(B)264.55º38.82%66.67%-
XYZ21.5717.6340.3-
YUV119.6156.45136.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=32.35%
G=25.68%
B=41.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311041700.230.3900.33264.5527.9753.73
Hex8368AA17270211091c36
Octal20315025227470414113466
Binary1000001111010001010101010111100111010000110000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8368AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8368AA; }

 p { color: rgb(131,104,170); }

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

<style>
 a { background-color: #8368AA; }

 a { background-color: rgb(131,104,170); }

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

<style>
 span { border-color: #8368AA; }

 span { border-color: rgb(131,104,170); }

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