#8562AB

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

Shades of Deluge #8562AB

Tints of Deluge #8562AB

Color information

#8562AB (or 0x8562AB) is unknown color: approx Deluge. HEX triplet: 85, 62 and AB. RGB value is (133,98,171). Sum of RGB (Red+Green+Blue) = 133+98+171=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 98 (38.67% from 255 or 24.38% 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 #8562AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8562AB is #7A9D54. Grayscale: #747474. Windows color (decimal): -8035669 or 11231877. OLE color: 11231877.

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

Color convert

RGB13398171-
CMYK0.220.4300.33
HSL268.77º30.29%52.75%-
HSV(B)268.77º42.69%67.06%-
XYZ21.3916.6640.62-
YUV116.79158.6139.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=33.08%
G=24.38%
B=42.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133981710.220.4300.33268.7730.2952.75
Hex8562AB162B02110d1e35
Octal20514225326530414153665
Binary1000010111000101010101110110101011010000110000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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