Shades of True V #8567BC
Tints of True V #8567BC
RGB
CMYK
RGB Variations
Color information
#8567BC (or 0x8567BC) is known color: True V. HEX triplet: 85, 67 and BC. RGB value is (133,103,188). Sum of RGB (Red+Green+Blue) = 133+103+188=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #8567BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567BC is #7A9843. Grayscale: #797979. Windows color (decimal): -8034372 or 12347269. OLE color: 12347269.
HSL color Cylindrical-coordinate representation of color #8567BC: hue angle of 261.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8567BC is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 103 | 188 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.26 |
| HSL | 261.18º | 0.39% | 0.57% | - |
| HSV(B) | 261.18º | 0.45% | 0.74% | - |
| XYZ | 23.6 | 18.32 | 49.87 | - |
| YUV | 121.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 188 | 0.29 | 0.45 | 0 | 0.26 | 261.18 | 0.39 | 0.57 |
| Hex | 85 | 67 | BC | 1D | 2D | 0 | 1A | 105 | 27 | 39 |
| Octal | 205 | 147 | 274 | 35 | 55 | 0 | 32 | 405 | 47 | 71 |
| Binary | 10000101 | 1100111 | 10111100 | 11101 | 101101 | 0 | 11010 | 100000101 | 100111 | 111001 |
Color Harmonies of #8567BC
Complementary color
Monochromatic Colors of #8567BC
Black with #8567BC
Text Example
Text Example
White with #8567BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8567BC; }
p { color: rgb(133,103,188); }
H1.HeaderClassName
{
color: #8567BC;
}
.AnyTagClassName
{
color: #8567BC;
}
</style>
background-color css
<style>
a { background-color: #8567BC; }
a { background-color: rgb(133,103,188); }
div.DivClassName
{
background-color: #8567BC;
}
.BgClassName
{
background-color: #8567BC;
}
</style>
border-color css
<style>
span { border-color: #8567BC; }
span { border-color: rgb(133,103,188); }
td.TdClassName
{
border-color: #8567BC;
}
.TagClassName
{
border-color: #8567BC;
}
</style>