Shades of True V #8560CE
Tints of True V #8560CE
RGB
CMYK
RGB Variations
Color information
#8560CE (or 0x8560CE) is known color: True V. HEX triplet: 85, 60 and CE. RGB value is (133,96,206). Sum of RGB (Red+Green+Blue) = 133+96+206=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #8560CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560CE is #7A9F31. Grayscale: #777777. Windows color (decimal): -8036146 or 13525125. OLE color: 13525125.
HSL color Cylindrical-coordinate representation of color #8560CE: hue angle of 260.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8560CE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 96 | 206 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.19 |
| HSL | 260.18º | 0.53% | 0.59% | - |
| HSV(B) | 260.18º | 0.53% | 0.81% | - |
| XYZ | 25 | 17.81 | 60.51 | - |
| YUV | 119.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 206 | 0.35 | 0.53 | 0 | 0.19 | 260.18 | 0.53 | 0.59 |
| Hex | 85 | 60 | CE | 23 | 35 | 0 | 13 | 104 | 35 | 3B |
| Octal | 205 | 140 | 316 | 43 | 65 | 0 | 23 | 404 | 65 | 73 |
| Binary | 10000101 | 1100000 | 11001110 | 100011 | 110101 | 0 | 10011 | 100000100 | 110101 | 111011 |
Color Harmonies of #8560CE
Complementary color
Monochromatic Colors of #8560CE
Black with #8560CE
Text Example
Text Example
White with #8560CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560CE; }
p { color: rgb(133,96,206); }
H1.HeaderClassName
{
color: #8560CE;
}
.AnyTagClassName
{
color: #8560CE;
}
</style>
background-color css
<style>
a { background-color: #8560CE; }
a { background-color: rgb(133,96,206); }
div.DivClassName
{
background-color: #8560CE;
}
.BgClassName
{
background-color: #8560CE;
}
</style>
border-color css
<style>
span { border-color: #8560CE; }
span { border-color: rgb(133,96,206); }
td.TdClassName
{
border-color: #8560CE;
}
.TagClassName
{
border-color: #8560CE;
}
</style>