Shades of True V #8563CA
Tints of True V #8563CA
RGB
CMYK
RGB Variations
Color information
#8563CA (or 0x8563CA) is known color: True V. HEX triplet: 85, 63 and CA. RGB value is (133,99,202). Sum of RGB (Red+Green+Blue) = 133+99+202=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8563CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563CA is #7A9C35. Grayscale: #787878. Windows color (decimal): -8035382 or 13263749. OLE color: 13263749.
HSL color Cylindrical-coordinate representation of color #8563CA: hue angle of 259.81º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8563CA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 99 | 202 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.21 |
| HSL | 259.81º | 0.49% | 0.59% | - |
| HSV(B) | 259.81º | 0.51% | 0.79% | - |
| XYZ | 24.8 | 18.17 | 58.08 | - |
| YUV | 120.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 202 | 0.34 | 0.51 | 0 | 0.21 | 259.81 | 0.49 | 0.59 |
| Hex | 85 | 63 | CA | 22 | 33 | 0 | 15 | 104 | 31 | 3B |
| Octal | 205 | 143 | 312 | 42 | 63 | 0 | 25 | 404 | 61 | 73 |
| Binary | 10000101 | 1100011 | 11001010 | 100010 | 110011 | 0 | 10101 | 100000100 | 110001 | 111011 |
Color Harmonies of #8563CA
Complementary color
Monochromatic Colors of #8563CA
Black with #8563CA
Text Example
Text Example
White with #8563CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563CA; }
p { color: rgb(133,99,202); }
H1.HeaderClassName
{
color: #8563CA;
}
.AnyTagClassName
{
color: #8563CA;
}
</style>
background-color css
<style>
a { background-color: #8563CA; }
a { background-color: rgb(133,99,202); }
div.DivClassName
{
background-color: #8563CA;
}
.BgClassName
{
background-color: #8563CA;
}
</style>
border-color css
<style>
span { border-color: #8563CA; }
span { border-color: rgb(133,99,202); }
td.TdClassName
{
border-color: #8563CA;
}
.TagClassName
{
border-color: #8563CA;
}
</style>