Shades of True V #866CCB
Tints of True V #866CCB
RGB
CMYK
RGB Variations
Color information
#866CCB (or 0x866CCB) is known color: True V. HEX triplet: 86, 6C and CB. RGB value is (134,108,203). Sum of RGB (Red+Green+Blue) = 134+108+203=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #866CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CCB is #799334. Grayscale: #7E7E7E. Windows color (decimal): -7967541 or 13331590. OLE color: 13331590.
HSL color Cylindrical-coordinate representation of color #866CCB: hue angle of 256.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866CCB is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 108 | 203 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.20 |
| HSL | 256.42º | 0.48% | 0.61% | - |
| HSV(B) | 256.42º | 0.47% | 0.8% | - |
| XYZ | 25.97 | 20.11 | 59.01 | - |
| YUV | 126.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 203 | 0.34 | 0.47 | 0 | 0.20 | 256.42 | 0.48 | 0.61 |
| Hex | 86 | 6C | CB | 22 | 2F | 0 | 14 | 100 | 30 | 3D |
| Octal | 206 | 154 | 313 | 42 | 57 | 0 | 24 | 400 | 60 | 75 |
| Binary | 10000110 | 1101100 | 11001011 | 100010 | 101111 | 0 | 10100 | 100000000 | 110000 | 111101 |
Color Harmonies of #866CCB
Complementary color
Monochromatic Colors of #866CCB
Black with #866CCB
Text Example
Text Example
White with #866CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CCB; }
p { color: rgb(134,108,203); }
H1.HeaderClassName
{
color: #866CCB;
}
.AnyTagClassName
{
color: #866CCB;
}
</style>
background-color css
<style>
a { background-color: #866CCB; }
a { background-color: rgb(134,108,203); }
div.DivClassName
{
background-color: #866CCB;
}
.BgClassName
{
background-color: #866CCB;
}
</style>
border-color css
<style>
span { border-color: #866CCB; }
span { border-color: rgb(134,108,203); }
td.TdClassName
{
border-color: #866CCB;
}
.TagClassName
{
border-color: #866CCB;
}
</style>