Shades of True V #8560CB
Tints of True V #8560CB
RGB
CMYK
RGB Variations
Color information
#8560CB (or 0x8560CB) is known color: True V. HEX triplet: 85, 60 and CB. RGB value is (133,96,203). Sum of RGB (Red+Green+Blue) = 133+96+203=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #8560CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560CB is #7A9F34. Grayscale: #767676. Windows color (decimal): -8036149 or 13328517. OLE color: 13328517.
HSL color Cylindrical-coordinate representation of color #8560CB: hue angle of 260.75º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8560CB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 96 | 203 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.20 |
| HSL | 260.75º | 0.51% | 0.59% | - |
| HSV(B) | 260.75º | 0.53% | 0.8% | - |
| XYZ | 24.64 | 17.66 | 58.61 | - |
| YUV | 119.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 203 | 0.34 | 0.53 | 0 | 0.20 | 260.75 | 0.51 | 0.59 |
| Hex | 85 | 60 | CB | 22 | 35 | 0 | 14 | 105 | 33 | 3B |
| Octal | 205 | 140 | 313 | 42 | 65 | 0 | 24 | 405 | 63 | 73 |
| Binary | 10000101 | 1100000 | 11001011 | 100010 | 110101 | 0 | 10100 | 100000101 | 110011 | 111011 |
Color Harmonies of #8560CB
Complementary color
Monochromatic Colors of #8560CB
Black with #8560CB
Text Example
Text Example
White with #8560CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560CB; }
p { color: rgb(133,96,203); }
H1.HeaderClassName
{
color: #8560CB;
}
.AnyTagClassName
{
color: #8560CB;
}
</style>
background-color css
<style>
a { background-color: #8560CB; }
a { background-color: rgb(133,96,203); }
div.DivClassName
{
background-color: #8560CB;
}
.BgClassName
{
background-color: #8560CB;
}
</style>
border-color css
<style>
span { border-color: #8560CB; }
span { border-color: rgb(133,96,203); }
td.TdClassName
{
border-color: #8560CB;
}
.TagClassName
{
border-color: #8560CB;
}
</style>