Shades of True V #8665BF
Tints of True V #8665BF
RGB
CMYK
RGB Variations
Color information
#8665BF (or 0x8665BF) is known color: True V. HEX triplet: 86, 65 and BF. RGB value is (134,101,191). Sum of RGB (Red+Green+Blue) = 134+101+191=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #8665BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665BF is #799A40. Grayscale: #787878. Windows color (decimal): -7969345 or 12543366. OLE color: 12543366.
HSL color Cylindrical-coordinate representation of color #8665BF: hue angle of 262º 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 #8665BF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 101 | 191 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.25 |
| HSL | 262º | 0.41% | 0.57% | - |
| HSV(B) | 262º | 0.47% | 0.75% | - |
| XYZ | 23.89 | 18.14 | 51.53 | - |
| YUV | 121.13 | 167.43 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 191 | 0.30 | 0.47 | 0 | 0.25 | 262 | 0.41 | 0.57 |
| Hex | 86 | 65 | BF | 1E | 2F | 0 | 19 | 106 | 29 | 39 |
| Octal | 206 | 145 | 277 | 36 | 57 | 0 | 31 | 406 | 51 | 71 |
| Binary | 10000110 | 1100101 | 10111111 | 11110 | 101111 | 0 | 11001 | 100000110 | 101001 | 111001 |
Color Harmonies of #8665BF
Complementary color
Monochromatic Colors of #8665BF
Black with #8665BF
Text Example
Text Example
White with #8665BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665BF; }
p { color: rgb(134,101,191); }
H1.HeaderClassName
{
color: #8665BF;
}
.AnyTagClassName
{
color: #8665BF;
}
</style>
background-color css
<style>
a { background-color: #8665BF; }
a { background-color: rgb(134,101,191); }
div.DivClassName
{
background-color: #8665BF;
}
.BgClassName
{
background-color: #8665BF;
}
</style>
border-color css
<style>
span { border-color: #8665BF; }
span { border-color: rgb(134,101,191); }
td.TdClassName
{
border-color: #8665BF;
}
.TagClassName
{
border-color: #8665BF;
}
</style>