Shades of True V #8667CF
Tints of True V #8667CF
RGB
CMYK
RGB Variations
Color information
#8667CF (or 0x8667CF) is known color: True V. HEX triplet: 86, 67 and CF. RGB value is (134,103,207). Sum of RGB (Red+Green+Blue) = 134+103+207=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #8667CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667CF is #799830. Grayscale: #7B7B7B. Windows color (decimal): -7968817 or 13592454. OLE color: 13592454.
HSL color Cylindrical-coordinate representation of color #8667CF: hue angle of 257.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8667CF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 103 | 207 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.19 |
| HSL | 257.88º | 0.52% | 0.61% | - |
| HSV(B) | 257.88º | 0.5% | 0.81% | - |
| XYZ | 25.94 | 19.27 | 61.38 | - |
| YUV | 124.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 207 | 0.35 | 0.50 | 0 | 0.19 | 257.88 | 0.52 | 0.61 |
| Hex | 86 | 67 | CF | 23 | 32 | 0 | 13 | 102 | 34 | 3D |
| Octal | 206 | 147 | 317 | 43 | 62 | 0 | 23 | 402 | 64 | 75 |
| Binary | 10000110 | 1100111 | 11001111 | 100011 | 110010 | 0 | 10011 | 100000010 | 110100 | 111101 |
Color Harmonies of #8667CF
Complementary color
Monochromatic Colors of #8667CF
Black with #8667CF
Text Example
Text Example
White with #8667CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8667CF; }
p { color: rgb(134,103,207); }
H1.HeaderClassName
{
color: #8667CF;
}
.AnyTagClassName
{
color: #8667CF;
}
</style>
background-color css
<style>
a { background-color: #8667CF; }
a { background-color: rgb(134,103,207); }
div.DivClassName
{
background-color: #8667CF;
}
.BgClassName
{
background-color: #8667CF;
}
</style>
border-color css
<style>
span { border-color: #8667CF; }
span { border-color: rgb(134,103,207); }
td.TdClassName
{
border-color: #8667CF;
}
.TagClassName
{
border-color: #8667CF;
}
</style>