Shades of True V #8666CF
Tints of True V #8666CF
RGB
CMYK
RGB Variations
Color information
#8666CF (or 0x8666CF) is known color: True V. HEX triplet: 86, 66 and CF. RGB value is (134,102,207). Sum of RGB (Red+Green+Blue) = 134+102+207=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #8666CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666CF is #799930. Grayscale: #7B7B7B. Windows color (decimal): -7969073 or 13592198. OLE color: 13592198.
HSL color Cylindrical-coordinate representation of color #8666CF: hue angle of 258.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8666CF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 102 | 207 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.19 |
| HSL | 258.29º | 0.52% | 0.61% | - |
| HSV(B) | 258.29º | 0.51% | 0.81% | - |
| XYZ | 25.85 | 19.08 | 61.35 | - |
| YUV | 123.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 207 | 0.35 | 0.51 | 0 | 0.19 | 258.29 | 0.52 | 0.61 |
| Hex | 86 | 66 | CF | 23 | 33 | 0 | 13 | 102 | 34 | 3D |
| Octal | 206 | 146 | 317 | 43 | 63 | 0 | 23 | 402 | 64 | 75 |
| Binary | 10000110 | 1100110 | 11001111 | 100011 | 110011 | 0 | 10011 | 100000010 | 110100 | 111101 |
Color Harmonies of #8666CF
Complementary color
Monochromatic Colors of #8666CF
Black with #8666CF
Text Example
Text Example
White with #8666CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8666CF; }
p { color: rgb(134,102,207); }
H1.HeaderClassName
{
color: #8666CF;
}
.AnyTagClassName
{
color: #8666CF;
}
</style>
background-color css
<style>
a { background-color: #8666CF; }
a { background-color: rgb(134,102,207); }
div.DivClassName
{
background-color: #8666CF;
}
.BgClassName
{
background-color: #8666CF;
}
</style>
border-color css
<style>
span { border-color: #8666CF; }
span { border-color: rgb(134,102,207); }
td.TdClassName
{
border-color: #8666CF;
}
.TagClassName
{
border-color: #8666CF;
}
</style>