Shades of True V #8561CF
Tints of True V #8561CF
RGB
CMYK
RGB Variations
Color information
#8561CF (or 0x8561CF) is known color: True V. HEX triplet: 85, 61 and CF. RGB value is (133,97,207). Sum of RGB (Red+Green+Blue) = 133+97+207=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8561CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561CF is #7A9E30. Grayscale: #777777. Windows color (decimal): -8035889 or 13590917. OLE color: 13590917.
HSL color Cylindrical-coordinate representation of color #8561CF: hue angle of 259.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8561CF is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 97 | 207 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.19 |
| HSL | 259.64º | 0.53% | 0.6% | - |
| HSV(B) | 259.64º | 0.53% | 0.81% | - |
| XYZ | 25.21 | 18.04 | 61.19 | - |
| YUV | 120.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 207 | 0.36 | 0.53 | 0 | 0.19 | 259.64 | 0.53 | 0.6 |
| Hex | 85 | 61 | CF | 24 | 35 | 0 | 13 | 104 | 35 | 3C |
| Octal | 205 | 141 | 317 | 44 | 65 | 0 | 23 | 404 | 65 | 74 |
| Binary | 10000101 | 1100001 | 11001111 | 100100 | 110101 | 0 | 10011 | 100000100 | 110101 | 111100 |
Color Harmonies of #8561CF
Complementary color
Monochromatic Colors of #8561CF
Black with #8561CF
Text Example
Text Example
White with #8561CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8561CF; }
p { color: rgb(133,97,207); }
H1.HeaderClassName
{
color: #8561CF;
}
.AnyTagClassName
{
color: #8561CF;
}
</style>
background-color css
<style>
a { background-color: #8561CF; }
a { background-color: rgb(133,97,207); }
div.DivClassName
{
background-color: #8561CF;
}
.BgClassName
{
background-color: #8561CF;
}
</style>
border-color css
<style>
span { border-color: #8561CF; }
span { border-color: rgb(133,97,207); }
td.TdClassName
{
border-color: #8561CF;
}
.TagClassName
{
border-color: #8561CF;
}
</style>