Shades of True V #8564D0
Tints of True V #8564D0
RGB
CMYK
RGB Variations
Color information
#8564D0 (or 0x8564D0) is known color: True V. HEX triplet: 85, 64 and D0. RGB value is (133,100,208). Sum of RGB (Red+Green+Blue) = 133+100+208=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #8564D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564D0 is #7A9B2F. Grayscale: #797979. Windows color (decimal): -8035120 or 13657221. OLE color: 13657221.
HSL color Cylindrical-coordinate representation of color #8564D0: hue angle of 258.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8564D0 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 100 | 208 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.18 |
| HSL | 258.33º | 0.53% | 0.6% | - |
| HSV(B) | 258.33º | 0.52% | 0.82% | - |
| XYZ | 25.62 | 18.65 | 61.93 | - |
| YUV | 122.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 208 | 0.36 | 0.52 | 0 | 0.18 | 258.33 | 0.53 | 0.6 |
| Hex | 85 | 64 | D0 | 24 | 34 | 0 | 12 | 102 | 35 | 3C |
| Octal | 205 | 144 | 320 | 44 | 64 | 0 | 22 | 402 | 65 | 74 |
| Binary | 10000101 | 1100100 | 11010000 | 100100 | 110100 | 0 | 10010 | 100000010 | 110101 | 111100 |
Color Harmonies of #8564D0
Complementary color
Monochromatic Colors of #8564D0
Black with #8564D0
Text Example
Text Example
White with #8564D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564D0; }
p { color: rgb(133,100,208); }
H1.HeaderClassName
{
color: #8564D0;
}
.AnyTagClassName
{
color: #8564D0;
}
</style>
background-color css
<style>
a { background-color: #8564D0; }
a { background-color: rgb(133,100,208); }
div.DivClassName
{
background-color: #8564D0;
}
.BgClassName
{
background-color: #8564D0;
}
</style>
border-color css
<style>
span { border-color: #8564D0; }
span { border-color: rgb(133,100,208); }
td.TdClassName
{
border-color: #8564D0;
}
.TagClassName
{
border-color: #8564D0;
}
</style>