Shades of True V #8568BB
Tints of True V #8568BB
RGB
CMYK
RGB Variations
Color information
#8568BB (or 0x8568BB) is known color: True V. HEX triplet: 85, 68 and BB. RGB value is (133,104,187). Sum of RGB (Red+Green+Blue) = 133+104+187=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #8568BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8568BB is #7A9744. Grayscale: #797979. Windows color (decimal): -8034117 or 12281989. OLE color: 12281989.
HSL color Cylindrical-coordinate representation of color #8568BB: hue angle of 260.96º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8568BB is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 104 | 187 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.27 |
| HSL | 260.96º | 0.38% | 0.57% | - |
| HSV(B) | 260.96º | 0.44% | 0.73% | - |
| XYZ | 23.59 | 18.48 | 49.34 | - |
| YUV | 122.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 187 | 0.29 | 0.44 | 0 | 0.27 | 260.96 | 0.38 | 0.57 |
| Hex | 85 | 68 | BB | 1D | 2C | 0 | 1B | 105 | 26 | 39 |
| Octal | 205 | 150 | 273 | 35 | 54 | 0 | 33 | 405 | 46 | 71 |
| Binary | 10000101 | 1101000 | 10111011 | 11101 | 101100 | 0 | 11011 | 100000101 | 100110 | 111001 |
Color Harmonies of #8568BB
Complementary color
Monochromatic Colors of #8568BB
Black with #8568BB
Text Example
Text Example
White with #8568BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8568BB; }
p { color: rgb(133,104,187); }
H1.HeaderClassName
{
color: #8568BB;
}
.AnyTagClassName
{
color: #8568BB;
}
</style>
background-color css
<style>
a { background-color: #8568BB; }
a { background-color: rgb(133,104,187); }
div.DivClassName
{
background-color: #8568BB;
}
.BgClassName
{
background-color: #8568BB;
}
</style>
border-color css
<style>
span { border-color: #8568BB; }
span { border-color: rgb(133,104,187); }
td.TdClassName
{
border-color: #8568BB;
}
.TagClassName
{
border-color: #8568BB;
}
</style>