Shades of True V #8665BC
Tints of True V #8665BC
RGB
CMYK
RGB Variations
Color information
#8665BC (or 0x8665BC) is known color: True V. HEX triplet: 86, 65 and BC. RGB value is (134,101,188). Sum of RGB (Red+Green+Blue) = 134+101+188=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8665BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665BC is #799A43. Grayscale: #787878. Windows color (decimal): -7969348 or 12346758. OLE color: 12346758.
HSL color Cylindrical-coordinate representation of color #8665BC: hue angle of 262.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8665BC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 101 | 188 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.26 |
| HSL | 262.76º | 0.39% | 0.57% | - |
| HSV(B) | 262.76º | 0.46% | 0.74% | - |
| XYZ | 23.56 | 18.01 | 49.81 | - |
| YUV | 120.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 188 | 0.29 | 0.46 | 0 | 0.26 | 262.76 | 0.39 | 0.57 |
| Hex | 86 | 65 | BC | 1D | 2E | 0 | 1A | 107 | 27 | 39 |
| Octal | 206 | 145 | 274 | 35 | 56 | 0 | 32 | 407 | 47 | 71 |
| Binary | 10000110 | 1100101 | 10111100 | 11101 | 101110 | 0 | 11010 | 100000111 | 100111 | 111001 |
Color Harmonies of #8665BC
Complementary color
Monochromatic Colors of #8665BC
Black with #8665BC
Text Example
Text Example
White with #8665BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665BC; }
p { color: rgb(134,101,188); }
H1.HeaderClassName
{
color: #8665BC;
}
.AnyTagClassName
{
color: #8665BC;
}
</style>
background-color css
<style>
a { background-color: #8665BC; }
a { background-color: rgb(134,101,188); }
div.DivClassName
{
background-color: #8665BC;
}
.BgClassName
{
background-color: #8665BC;
}
</style>
border-color css
<style>
span { border-color: #8665BC; }
span { border-color: rgb(134,101,188); }
td.TdClassName
{
border-color: #8665BC;
}
.TagClassName
{
border-color: #8665BC;
}
</style>