#8565AB

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

Shades of Deluge #8565AB

Tints of Deluge #8565AB

Color information

#8565AB (or 0x8565AB) is unknown color: approx Deluge. HEX triplet: 85, 65 and AB. RGB value is (133,101,171). Sum of RGB (Red+Green+Blue) = 133+101+171=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #8565AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8565AB is #7A9A54. Grayscale: #767676. Windows color (decimal): -8034901 or 11232645. OLE color: 11232645.

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

Color convert

RGB133101171-
CMYK0.220.4100.33
HSL267.43º29.41%53.33%-
HSV(B)267.43º40.94%67.06%-
XYZ21.6817.2340.71-
YUV118.55157.6138.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=32.84%
G=24.94%
B=42.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331011710.220.4100.33267.4329.4153.33
Hex8565AB162902110b1d35
Octal20514525326510414133565
Binary1000010111001011010101110110101001010000110000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,101,171); }

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

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

 a { background-color: rgb(133,101,171); }

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

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

 span { border-color: rgb(133,101,171); }

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