Shades of True V #8669C6
Tints of True V #8669C6
RGB
CMYK
RGB Variations
Color information
#8669C6 (or 0x8669C6) is known color: True V. HEX triplet: 86, 69 and C6. RGB value is (134,105,198). Sum of RGB (Red+Green+Blue) = 134+105+198=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #8669C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669C6 is #799639. Grayscale: #7B7B7B. Windows color (decimal): -7968314 or 13003142. OLE color: 13003142.
HSL color Cylindrical-coordinate representation of color #8669C6: hue angle of 258.71º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8669C6 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 105 | 198 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.22 |
| HSL | 258.71º | 0.45% | 0.59% | - |
| HSV(B) | 258.71º | 0.47% | 0.78% | - |
| XYZ | 25.08 | 19.25 | 55.82 | - |
| YUV | 124.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 198 | 0.32 | 0.47 | 0 | 0.22 | 258.71 | 0.45 | 0.59 |
| Hex | 86 | 69 | C6 | 20 | 2F | 0 | 16 | 103 | 2D | 3B |
| Octal | 206 | 151 | 306 | 40 | 57 | 0 | 26 | 403 | 55 | 73 |
| Binary | 10000110 | 1101001 | 11000110 | 100000 | 101111 | 0 | 10110 | 100000011 | 101101 | 111011 |
Color Harmonies of #8669C6
Complementary color
Monochromatic Colors of #8669C6
Black with #8669C6
Text Example
Text Example
White with #8669C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669C6; }
p { color: rgb(134,105,198); }
H1.HeaderClassName
{
color: #8669C6;
}
.AnyTagClassName
{
color: #8669C6;
}
</style>
background-color css
<style>
a { background-color: #8669C6; }
a { background-color: rgb(134,105,198); }
div.DivClassName
{
background-color: #8669C6;
}
.BgClassName
{
background-color: #8669C6;
}
</style>
border-color css
<style>
span { border-color: #8669C6; }
span { border-color: rgb(134,105,198); }
td.TdClassName
{
border-color: #8669C6;
}
.TagClassName
{
border-color: #8669C6;
}
</style>