Shades of True V #8560C7
Tints of True V #8560C7
RGB
CMYK
RGB Variations
Color information
#8560C7 (or 0x8560C7) is known color: True V. HEX triplet: 85, 60 and C7. RGB value is (133,96,199). Sum of RGB (Red+Green+Blue) = 133+96+199=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #8560C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560C7 is #7A9F38. Grayscale: #767676. Windows color (decimal): -8036153 or 13066373. OLE color: 13066373.
HSL color Cylindrical-coordinate representation of color #8560C7: hue angle of 261.55º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8560C7 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 96 | 199 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.22 |
| HSL | 261.55º | 0.48% | 0.58% | - |
| HSV(B) | 261.55º | 0.52% | 0.78% | - |
| XYZ | 24.16 | 17.48 | 56.13 | - |
| YUV | 118.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 199 | 0.33 | 0.52 | 0 | 0.22 | 261.55 | 0.48 | 0.58 |
| Hex | 85 | 60 | C7 | 21 | 34 | 0 | 16 | 106 | 30 | 3A |
| Octal | 205 | 140 | 307 | 41 | 64 | 0 | 26 | 406 | 60 | 72 |
| Binary | 10000101 | 1100000 | 11000111 | 100001 | 110100 | 0 | 10110 | 100000110 | 110000 | 111010 |
Color Harmonies of #8560C7
Complementary color
Monochromatic Colors of #8560C7
Black with #8560C7
Text Example
Text Example
White with #8560C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560C7; }
p { color: rgb(133,96,199); }
H1.HeaderClassName
{
color: #8560C7;
}
.AnyTagClassName
{
color: #8560C7;
}
</style>
background-color css
<style>
a { background-color: #8560C7; }
a { background-color: rgb(133,96,199); }
div.DivClassName
{
background-color: #8560C7;
}
.BgClassName
{
background-color: #8560C7;
}
</style>
border-color css
<style>
span { border-color: #8560C7; }
span { border-color: rgb(133,96,199); }
td.TdClassName
{
border-color: #8560C7;
}
.TagClassName
{
border-color: #8560C7;
}
</style>