Shades of True V #8562CB
Tints of True V #8562CB
RGB
CMYK
RGB Variations
Color information
#8562CB (or 0x8562CB) is known color: True V. HEX triplet: 85, 62 and CB. RGB value is (133,98,203). Sum of RGB (Red+Green+Blue) = 133+98+203=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8562CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562CB is #7A9D34. Grayscale: #787878. Windows color (decimal): -8035637 or 13329029. OLE color: 13329029.
HSL color Cylindrical-coordinate representation of color #8562CB: hue angle of 260º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8562CB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 98 | 203 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.20 |
| HSL | 260º | 0.5% | 0.59% | - |
| HSV(B) | 260º | 0.52% | 0.8% | - |
| XYZ | 24.82 | 18.03 | 58.67 | - |
| YUV | 120.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 203 | 0.34 | 0.52 | 0 | 0.20 | 260 | 0.5 | 0.59 |
| Hex | 85 | 62 | CB | 22 | 34 | 0 | 14 | 104 | 32 | 3B |
| Octal | 205 | 142 | 313 | 42 | 64 | 0 | 24 | 404 | 62 | 73 |
| Binary | 10000101 | 1100010 | 11001011 | 100010 | 110100 | 0 | 10100 | 100000100 | 110010 | 111011 |
Color Harmonies of #8562CB
Complementary color
Monochromatic Colors of #8562CB
Black with #8562CB
Text Example
Text Example
White with #8562CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562CB; }
p { color: rgb(133,98,203); }
H1.HeaderClassName
{
color: #8562CB;
}
.AnyTagClassName
{
color: #8562CB;
}
</style>
background-color css
<style>
a { background-color: #8562CB; }
a { background-color: rgb(133,98,203); }
div.DivClassName
{
background-color: #8562CB;
}
.BgClassName
{
background-color: #8562CB;
}
</style>
border-color css
<style>
span { border-color: #8562CB; }
span { border-color: rgb(133,98,203); }
td.TdClassName
{
border-color: #8562CB;
}
.TagClassName
{
border-color: #8562CB;
}
</style>