Shades of True V #8563CB
Tints of True V #8563CB
RGB
CMYK
RGB Variations
Color information
#8563CB (or 0x8563CB) is known color: True V. HEX triplet: 85, 63 and CB. RGB value is (133,99,203). Sum of RGB (Red+Green+Blue) = 133+99+203=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8563CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563CB is #7A9C34. Grayscale: #787878. Windows color (decimal): -8035381 or 13329285. OLE color: 13329285.
HSL color Cylindrical-coordinate representation of color #8563CB: hue angle of 259.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8563CB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 99 | 203 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.20 |
| HSL | 259.62º | 0.5% | 0.59% | - |
| HSV(B) | 259.62º | 0.51% | 0.8% | - |
| XYZ | 24.91 | 18.22 | 58.7 | - |
| YUV | 121.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 203 | 0.34 | 0.51 | 0 | 0.20 | 259.62 | 0.5 | 0.59 |
| Hex | 85 | 63 | CB | 22 | 33 | 0 | 14 | 104 | 32 | 3B |
| Octal | 205 | 143 | 313 | 42 | 63 | 0 | 24 | 404 | 62 | 73 |
| Binary | 10000101 | 1100011 | 11001011 | 100010 | 110011 | 0 | 10100 | 100000100 | 110010 | 111011 |
Color Harmonies of #8563CB
Complementary color
Monochromatic Colors of #8563CB
Black with #8563CB
Text Example
Text Example
White with #8563CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563CB; }
p { color: rgb(133,99,203); }
H1.HeaderClassName
{
color: #8563CB;
}
.AnyTagClassName
{
color: #8563CB;
}
</style>
background-color css
<style>
a { background-color: #8563CB; }
a { background-color: rgb(133,99,203); }
div.DivClassName
{
background-color: #8563CB;
}
.BgClassName
{
background-color: #8563CB;
}
</style>
border-color css
<style>
span { border-color: #8563CB; }
span { border-color: rgb(133,99,203); }
td.TdClassName
{
border-color: #8563CB;
}
.TagClassName
{
border-color: #8563CB;
}
</style>