Shades of Deluge #8568AC
Tints of Deluge #8568AC
RGB
CMYK
RGB Variations
Color information
#8568AC (or 0x8568AC) is known color: Deluge. HEX triplet: 85, 68 and AC. RGB value is (133,104,172). Sum of RGB (Red+Green+Blue) = 133+104+172=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #8568AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8568AC is #7A9753. Grayscale: #787878. Windows color (decimal): -8034132 or 11298949. OLE color: 11298949.
HSL color Cylindrical-coordinate representation of color #8568AC: hue angle of 265.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8568AC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 104 | 172 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.33 |
| HSL | 265.59º | 0.29% | 0.54% | - |
| HSV(B) | 265.59º | 0.4% | 0.67% | - |
| XYZ | 22.07 | 17.87 | 41.31 | - |
| YUV | 120.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 172 | 0.23 | 0.40 | 0 | 0.33 | 265.59 | 0.29 | 0.54 |
| Hex | 85 | 68 | AC | 17 | 28 | 0 | 21 | 10A | 1D | 36 |
| Octal | 205 | 150 | 254 | 27 | 50 | 0 | 41 | 412 | 35 | 66 |
| Binary | 10000101 | 1101000 | 10101100 | 10111 | 101000 | 0 | 100001 | 100001010 | 11101 | 110110 |
Color Harmonies of #8568AC
Complementary color
Monochromatic Colors of #8568AC
Black with #8568AC
Text Example
Text Example
White with #8568AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8568AC; }
p { color: rgb(133,104,172); }
H1.HeaderClassName
{
color: #8568AC;
}
.AnyTagClassName
{
color: #8568AC;
}
</style>
background-color css
<style>
a { background-color: #8568AC; }
a { background-color: rgb(133,104,172); }
div.DivClassName
{
background-color: #8568AC;
}
.BgClassName
{
background-color: #8568AC;
}
</style>
border-color css
<style>
span { border-color: #8568AC; }
span { border-color: rgb(133,104,172); }
td.TdClassName
{
border-color: #8568AC;
}
.TagClassName
{
border-color: #8568AC;
}
</style>