Shades of True V #8563D1
Tints of True V #8563D1
RGB
CMYK
RGB Variations
Color information
#8563D1 (or 0x8563D1) is known color: True V. HEX triplet: 85, 63 and D1. RGB value is (133,99,209). Sum of RGB (Red+Green+Blue) = 133+99+209=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #8563D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563D1 is #7A9C2E. Grayscale: #797979. Windows color (decimal): -8035375 or 13722501. OLE color: 13722501.
HSL color Cylindrical-coordinate representation of color #8563D1: hue angle of 258.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8563D1 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 99 | 209 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.18 |
| HSL | 258.55º | 0.54% | 0.6% | - |
| HSV(B) | 258.55º | 0.53% | 0.82% | - |
| XYZ | 25.64 | 18.51 | 62.54 | - |
| YUV | 121.71 | 177.26 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 209 | 0.36 | 0.53 | 0 | 0.18 | 258.55 | 0.54 | 0.6 |
| Hex | 85 | 63 | D1 | 24 | 35 | 0 | 12 | 103 | 36 | 3C |
| Octal | 205 | 143 | 321 | 44 | 65 | 0 | 22 | 403 | 66 | 74 |
| Binary | 10000101 | 1100011 | 11010001 | 100100 | 110101 | 0 | 10010 | 100000011 | 110110 | 111100 |
Color Harmonies of #8563D1
Complementary color
Monochromatic Colors of #8563D1
Black with #8563D1
Text Example
Text Example
White with #8563D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563D1; }
p { color: rgb(133,99,209); }
H1.HeaderClassName
{
color: #8563D1;
}
.AnyTagClassName
{
color: #8563D1;
}
</style>
background-color css
<style>
a { background-color: #8563D1; }
a { background-color: rgb(133,99,209); }
div.DivClassName
{
background-color: #8563D1;
}
.BgClassName
{
background-color: #8563D1;
}
</style>
border-color css
<style>
span { border-color: #8563D1; }
span { border-color: rgb(133,99,209); }
td.TdClassName
{
border-color: #8563D1;
}
.TagClassName
{
border-color: #8563D1;
}
</style>