Shades of True V #8560D1
Tints of True V #8560D1
RGB
CMYK
RGB Variations
Color information
#8560D1 (or 0x8560D1) is known color: True V. HEX triplet: 85, 60 and D1. RGB value is (133,96,209). Sum of RGB (Red+Green+Blue) = 133+96+209=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #8560D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560D1 is #7A9F2E. Grayscale: #777777. Windows color (decimal): -8036143 or 13721733. OLE color: 13721733.
HSL color Cylindrical-coordinate representation of color #8560D1: hue angle of 259.65º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8560D1 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 96 | 209 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.18 |
| HSL | 259.65º | 0.55% | 0.6% | - |
| HSV(B) | 259.65º | 0.54% | 0.82% | - |
| XYZ | 25.36 | 17.96 | 62.45 | - |
| YUV | 119.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 209 | 0.36 | 0.54 | 0 | 0.18 | 259.65 | 0.55 | 0.6 |
| Hex | 85 | 60 | D1 | 24 | 36 | 0 | 12 | 104 | 37 | 3C |
| Octal | 205 | 140 | 321 | 44 | 66 | 0 | 22 | 404 | 67 | 74 |
| Binary | 10000101 | 1100000 | 11010001 | 100100 | 110110 | 0 | 10010 | 100000100 | 110111 | 111100 |
Color Harmonies of #8560D1
Complementary color
Monochromatic Colors of #8560D1
Black with #8560D1
Text Example
Text Example
White with #8560D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560D1; }
p { color: rgb(133,96,209); }
H1.HeaderClassName
{
color: #8560D1;
}
.AnyTagClassName
{
color: #8560D1;
}
</style>
background-color css
<style>
a { background-color: #8560D1; }
a { background-color: rgb(133,96,209); }
div.DivClassName
{
background-color: #8560D1;
}
.BgClassName
{
background-color: #8560D1;
}
</style>
border-color css
<style>
span { border-color: #8560D1; }
span { border-color: rgb(133,96,209); }
td.TdClassName
{
border-color: #8560D1;
}
.TagClassName
{
border-color: #8560D1;
}
</style>