Shades of Deluge #8564B4
Tints of Deluge #8564B4
RGB
CMYK
RGB Variations
Color information
#8564B4 (or 0x8564B4) is known color: Deluge. HEX triplet: 85, 64 and B4. RGB value is (133,100,180). Sum of RGB (Red+Green+Blue) = 133+100+180=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #8564B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564B4 is #7A9B4B. Grayscale: #767676. Windows color (decimal): -8035148 or 11822213. OLE color: 11822213.
HSL color Cylindrical-coordinate representation of color #8564B4: hue angle of 264.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8564B4 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 100 | 180 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.29 |
| HSL | 264.75º | 0.35% | 0.55% | - |
| HSV(B) | 264.75º | 0.44% | 0.71% | - |
| XYZ | 22.47 | 17.4 | 45.35 | - |
| YUV | 118.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 180 | 0.26 | 0.44 | 0 | 0.29 | 264.75 | 0.35 | 0.55 |
| Hex | 85 | 64 | B4 | 1A | 2C | 0 | 1D | 109 | 23 | 37 |
| Octal | 205 | 144 | 264 | 32 | 54 | 0 | 35 | 411 | 43 | 67 |
| Binary | 10000101 | 1100100 | 10110100 | 11010 | 101100 | 0 | 11101 | 100001001 | 100011 | 110111 |
Color Harmonies of #8564B4
Complementary color
Monochromatic Colors of #8564B4
Black with #8564B4
Text Example
Text Example
White with #8564B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564B4; }
p { color: rgb(133,100,180); }
H1.HeaderClassName
{
color: #8564B4;
}
.AnyTagClassName
{
color: #8564B4;
}
</style>
background-color css
<style>
a { background-color: #8564B4; }
a { background-color: rgb(133,100,180); }
div.DivClassName
{
background-color: #8564B4;
}
.BgClassName
{
background-color: #8564B4;
}
</style>
border-color css
<style>
span { border-color: #8564B4; }
span { border-color: rgb(133,100,180); }
td.TdClassName
{
border-color: #8564B4;
}
.TagClassName
{
border-color: #8564B4;
}
</style>