Shades of True V #8671C4
Tints of True V #8671C4
RGB
CMYK
RGB Variations
Color information
#8671C4 (or 0x8671C4) is known color: True V. HEX triplet: 86, 71 and C4. RGB value is (134,113,196). Sum of RGB (Red+Green+Blue) = 134+113+196=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #8671C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671C4 is #798E3B. Grayscale: #808080. Windows color (decimal): -7966268 or 12874118. OLE color: 12874118.
HSL color Cylindrical-coordinate representation of color #8671C4: hue angle of 255.18º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8671C4 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 113 | 196 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.23 |
| HSL | 255.18º | 0.41% | 0.61% | - |
| HSV(B) | 255.18º | 0.42% | 0.77% | - |
| XYZ | 25.7 | 20.86 | 54.9 | - |
| YUV | 128.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 196 | 0.32 | 0.42 | 0 | 0.23 | 255.18 | 0.41 | 0.61 |
| Hex | 86 | 71 | C4 | 20 | 2A | 0 | 17 | FF | 29 | 3D |
| Octal | 206 | 161 | 304 | 40 | 52 | 0 | 27 | 377 | 51 | 75 |
| Binary | 10000110 | 1110001 | 11000100 | 100000 | 101010 | 0 | 10111 | 11111111 | 101001 | 111101 |
Color Harmonies of #8671C4
Complementary color
Monochromatic Colors of #8671C4
Black with #8671C4
Text Example
Text Example
White with #8671C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671C4; }
p { color: rgb(134,113,196); }
H1.HeaderClassName
{
color: #8671C4;
}
.AnyTagClassName
{
color: #8671C4;
}
</style>
background-color css
<style>
a { background-color: #8671C4; }
a { background-color: rgb(134,113,196); }
div.DivClassName
{
background-color: #8671C4;
}
.BgClassName
{
background-color: #8671C4;
}
</style>
border-color css
<style>
span { border-color: #8671C4; }
span { border-color: rgb(134,113,196); }
td.TdClassName
{
border-color: #8671C4;
}
.TagClassName
{
border-color: #8671C4;
}
</style>