#8568AB

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

Shades of Deluge #8568AB

Tints of Deluge #8568AB

Color information

#8568AB (or 0x8568AB) is unknown color: approx Deluge. HEX triplet: 85, 68 and AB. RGB value is (133,104,171). Sum of RGB (Red+Green+Blue) = 133+104+171=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #8568AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8568AB is #7A9754. Grayscale: #787878. Windows color (decimal): -8034133 or 11233413. OLE color: 11233413.

HSL color Cylindrical-coordinate representation of color #8568AB: hue angle of 265.97º degrees, saturation: 0.29, 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 #8568AB is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133104171-
CMYK0.220.3900.33
HSL265.97º28.51%53.92%-
HSV(B)265.97º39.18%67.06%-
XYZ21.9717.8340.81-
YUV120.31156.61137.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=32.60%
G=25.49%
B=41.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331041710.220.3900.33265.9728.5153.92
Hex8568AB162702110a1d36
Octal20515025326470414123566
Binary1000010111010001010101110110100111010000110000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8568AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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