Shades of True V #8563CE
Tints of True V #8563CE
RGB
CMYK
RGB Variations
Color information
#8563CE (or 0x8563CE) is known color: True V. HEX triplet: 85, 63 and CE. RGB value is (133,99,206). Sum of RGB (Red+Green+Blue) = 133+99+206=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8563CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563CE is #7A9C31. Grayscale: #787878. Windows color (decimal): -8035378 or 13525893. OLE color: 13525893.
HSL color Cylindrical-coordinate representation of color #8563CE: hue angle of 259.07º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8563CE is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 99 | 206 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.19 |
| HSL | 259.07º | 0.52% | 0.6% | - |
| HSV(B) | 259.07º | 0.52% | 0.81% | - |
| XYZ | 25.28 | 18.37 | 60.61 | - |
| YUV | 121.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 206 | 0.35 | 0.52 | 0 | 0.19 | 259.07 | 0.52 | 0.6 |
| Hex | 85 | 63 | CE | 23 | 34 | 0 | 13 | 103 | 34 | 3C |
| Octal | 205 | 143 | 316 | 43 | 64 | 0 | 23 | 403 | 64 | 74 |
| Binary | 10000101 | 1100011 | 11001110 | 100011 | 110100 | 0 | 10011 | 100000011 | 110100 | 111100 |
Color Harmonies of #8563CE
Complementary color
Monochromatic Colors of #8563CE
Black with #8563CE
Text Example
Text Example
White with #8563CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563CE; }
p { color: rgb(133,99,206); }
H1.HeaderClassName
{
color: #8563CE;
}
.AnyTagClassName
{
color: #8563CE;
}
</style>
background-color css
<style>
a { background-color: #8563CE; }
a { background-color: rgb(133,99,206); }
div.DivClassName
{
background-color: #8563CE;
}
.BgClassName
{
background-color: #8563CE;
}
</style>
border-color css
<style>
span { border-color: #8563CE; }
span { border-color: rgb(133,99,206); }
td.TdClassName
{
border-color: #8563CE;
}
.TagClassName
{
border-color: #8563CE;
}
</style>