Shades of True V #8566CF
Tints of True V #8566CF
RGB
CMYK
RGB Variations
Color information
#8566CF (or 0x8566CF) is known color: True V. HEX triplet: 85, 66 and CF. RGB value is (133,102,207). Sum of RGB (Red+Green+Blue) = 133+102+207=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #8566CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566CF is #7A9930. Grayscale: #7A7A7A. Windows color (decimal): -8034609 or 13592197. OLE color: 13592197.
HSL color Cylindrical-coordinate representation of color #8566CF: hue angle of 257.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8566CF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 102 | 207 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.19 |
| HSL | 257.71º | 0.52% | 0.61% | - |
| HSV(B) | 257.71º | 0.51% | 0.81% | - |
| XYZ | 25.69 | 18.99 | 61.34 | - |
| YUV | 123.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 207 | 0.36 | 0.51 | 0 | 0.19 | 257.71 | 0.52 | 0.61 |
| Hex | 85 | 66 | CF | 24 | 33 | 0 | 13 | 102 | 34 | 3D |
| Octal | 205 | 146 | 317 | 44 | 63 | 0 | 23 | 402 | 64 | 75 |
| Binary | 10000101 | 1100110 | 11001111 | 100100 | 110011 | 0 | 10011 | 100000010 | 110100 | 111101 |
Color Harmonies of #8566CF
Complementary color
Monochromatic Colors of #8566CF
Black with #8566CF
Text Example
Text Example
White with #8566CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566CF; }
p { color: rgb(133,102,207); }
H1.HeaderClassName
{
color: #8566CF;
}
.AnyTagClassName
{
color: #8566CF;
}
</style>
background-color css
<style>
a { background-color: #8566CF; }
a { background-color: rgb(133,102,207); }
div.DivClassName
{
background-color: #8566CF;
}
.BgClassName
{
background-color: #8566CF;
}
</style>
border-color css
<style>
span { border-color: #8566CF; }
span { border-color: rgb(133,102,207); }
td.TdClassName
{
border-color: #8566CF;
}
.TagClassName
{
border-color: #8566CF;
}
</style>