Shades of True V #8565BF
Tints of True V #8565BF
RGB
CMYK
RGB Variations
Color information
#8565BF (or 0x8565BF) is known color: True V. HEX triplet: 85, 65 and BF. RGB value is (133,101,191). Sum of RGB (Red+Green+Blue) = 133+101+191=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8565BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565BF is #7A9A40. Grayscale: #787878. Windows color (decimal): -8034881 or 12543365. OLE color: 12543365.
HSL color Cylindrical-coordinate representation of color #8565BF: hue angle of 261.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8565BF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 101 | 191 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.25 |
| HSL | 261.33º | 0.41% | 0.57% | - |
| HSV(B) | 261.33º | 0.47% | 0.75% | - |
| XYZ | 23.73 | 18.06 | 51.52 | - |
| YUV | 120.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 191 | 0.30 | 0.47 | 0 | 0.25 | 261.33 | 0.41 | 0.57 |
| Hex | 85 | 65 | BF | 1E | 2F | 0 | 19 | 105 | 29 | 39 |
| Octal | 205 | 145 | 277 | 36 | 57 | 0 | 31 | 405 | 51 | 71 |
| Binary | 10000101 | 1100101 | 10111111 | 11110 | 101111 | 0 | 11001 | 100000101 | 101001 | 111001 |
Color Harmonies of #8565BF
Complementary color
Monochromatic Colors of #8565BF
Black with #8565BF
Text Example
Text Example
White with #8565BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8565BF; }
p { color: rgb(133,101,191); }
H1.HeaderClassName
{
color: #8565BF;
}
.AnyTagClassName
{
color: #8565BF;
}
</style>
background-color css
<style>
a { background-color: #8565BF; }
a { background-color: rgb(133,101,191); }
div.DivClassName
{
background-color: #8565BF;
}
.BgClassName
{
background-color: #8565BF;
}
</style>
border-color css
<style>
span { border-color: #8565BF; }
span { border-color: rgb(133,101,191); }
td.TdClassName
{
border-color: #8565BF;
}
.TagClassName
{
border-color: #8565BF;
}
</style>