Shades of True V #8671C2
Tints of True V #8671C2
RGB
CMYK
RGB Variations
Color information
#8671C2 (or 0x8671C2) is known color: True V. HEX triplet: 86, 71 and C2. RGB value is (134,113,194). Sum of RGB (Red+Green+Blue) = 134+113+194=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #8671C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671C2 is #798E3D. Grayscale: #808080. Windows color (decimal): -7966270 or 12743046. OLE color: 12743046.
HSL color Cylindrical-coordinate representation of color #8671C2: hue angle of 255.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8671C2 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 113 | 194 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.24 |
| HSL | 255.56º | 0.4% | 0.6% | - |
| HSV(B) | 255.56º | 0.42% | 0.76% | - |
| XYZ | 25.47 | 20.77 | 53.71 | - |
| YUV | 128.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 194 | 0.31 | 0.42 | 0 | 0.24 | 255.56 | 0.4 | 0.6 |
| Hex | 86 | 71 | C2 | 1F | 2A | 0 | 18 | 100 | 28 | 3C |
| Octal | 206 | 161 | 302 | 37 | 52 | 0 | 30 | 400 | 50 | 74 |
| Binary | 10000110 | 1110001 | 11000010 | 11111 | 101010 | 0 | 11000 | 100000000 | 101000 | 111100 |
Color Harmonies of #8671C2
Complementary color
Monochromatic Colors of #8671C2
Black with #8671C2
Text Example
Text Example
White with #8671C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671C2; }
p { color: rgb(134,113,194); }
H1.HeaderClassName
{
color: #8671C2;
}
.AnyTagClassName
{
color: #8671C2;
}
</style>
background-color css
<style>
a { background-color: #8671C2; }
a { background-color: rgb(134,113,194); }
div.DivClassName
{
background-color: #8671C2;
}
.BgClassName
{
background-color: #8671C2;
}
</style>
border-color css
<style>
span { border-color: #8671C2; }
span { border-color: rgb(134,113,194); }
td.TdClassName
{
border-color: #8671C2;
}
.TagClassName
{
border-color: #8671C2;
}
</style>