Shades of True V #8670CB
Tints of True V #8670CB
RGB
CMYK
RGB Variations
Color information
#8670CB (or 0x8670CB) is known color: True V. HEX triplet: 86, 70 and CB. RGB value is (134,112,203). Sum of RGB (Red+Green+Blue) = 134+112+203=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #8670CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670CB is #798F34. Grayscale: #808080. Windows color (decimal): -7966517 or 13332614. OLE color: 13332614.
HSL color Cylindrical-coordinate representation of color #8670CB: hue angle of 254.51º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8670CB is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 112 | 203 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.20 |
| HSL | 254.51º | 0.47% | 0.62% | - |
| HSV(B) | 254.51º | 0.45% | 0.8% | - |
| XYZ | 26.41 | 20.97 | 59.16 | - |
| YUV | 128.95 | 169.79 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 203 | 0.34 | 0.45 | 0 | 0.20 | 254.51 | 0.47 | 0.62 |
| Hex | 86 | 70 | CB | 22 | 2D | 0 | 14 | FF | 2F | 3E |
| Octal | 206 | 160 | 313 | 42 | 55 | 0 | 24 | 377 | 57 | 76 |
| Binary | 10000110 | 1110000 | 11001011 | 100010 | 101101 | 0 | 10100 | 11111111 | 101111 | 111110 |
Color Harmonies of #8670CB
Complementary color
Monochromatic Colors of #8670CB
Black with #8670CB
Text Example
Text Example
White with #8670CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8670CB; }
p { color: rgb(134,112,203); }
H1.HeaderClassName
{
color: #8670CB;
}
.AnyTagClassName
{
color: #8670CB;
}
</style>
background-color css
<style>
a { background-color: #8670CB; }
a { background-color: rgb(134,112,203); }
div.DivClassName
{
background-color: #8670CB;
}
.BgClassName
{
background-color: #8670CB;
}
</style>
border-color css
<style>
span { border-color: #8670CB; }
span { border-color: rgb(134,112,203); }
td.TdClassName
{
border-color: #8670CB;
}
.TagClassName
{
border-color: #8670CB;
}
</style>