Shades of True V #8562BD
Tints of True V #8562BD
RGB
CMYK
RGB Variations
Color information
#8562BD (or 0x8562BD) is known color: True V. HEX triplet: 85, 62 and BD. RGB value is (133,98,189). Sum of RGB (Red+Green+Blue) = 133+98+189=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #8562BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562BD is #7A9D42. Grayscale: #767676. Windows color (decimal): -8035651 or 12411525. OLE color: 12411525.
HSL color Cylindrical-coordinate representation of color #8562BD: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8562BD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 98 | 189 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.26 |
| HSL | 263.08º | 0.41% | 0.56% | - |
| HSV(B) | 263.08º | 0.48% | 0.74% | - |
| XYZ | 23.23 | 17.4 | 50.28 | - |
| YUV | 118.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 189 | 0.30 | 0.48 | 0 | 0.26 | 263.08 | 0.41 | 0.56 |
| Hex | 85 | 62 | BD | 1E | 30 | 0 | 1A | 107 | 29 | 38 |
| Octal | 205 | 142 | 275 | 36 | 60 | 0 | 32 | 407 | 51 | 70 |
| Binary | 10000101 | 1100010 | 10111101 | 11110 | 110000 | 0 | 11010 | 100000111 | 101001 | 111000 |
Color Harmonies of #8562BD
Complementary color
Monochromatic Colors of #8562BD
Black with #8562BD
Text Example
Text Example
White with #8562BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562BD; }
p { color: rgb(133,98,189); }
H1.HeaderClassName
{
color: #8562BD;
}
.AnyTagClassName
{
color: #8562BD;
}
</style>
background-color css
<style>
a { background-color: #8562BD; }
a { background-color: rgb(133,98,189); }
div.DivClassName
{
background-color: #8562BD;
}
.BgClassName
{
background-color: #8562BD;
}
</style>
border-color css
<style>
span { border-color: #8562BD; }
span { border-color: rgb(133,98,189); }
td.TdClassName
{
border-color: #8562BD;
}
.TagClassName
{
border-color: #8562BD;
}
</style>