Shades of True V #8661CB
Tints of True V #8661CB
RGB
CMYK
RGB Variations
Color information
#8661CB (or 0x8661CB) is known color: True V. HEX triplet: 86, 61 and CB. RGB value is (134,97,203). Sum of RGB (Red+Green+Blue) = 134+97+203=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8661CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8661CB is #799E34. Grayscale: #777777. Windows color (decimal): -7970357 or 13328774. OLE color: 13328774.
HSL color Cylindrical-coordinate representation of color #8661CB: hue angle of 260.94º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8661CB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 97 | 203 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.20 |
| HSL | 260.94º | 0.5% | 0.59% | - |
| HSV(B) | 260.94º | 0.52% | 0.8% | - |
| XYZ | 24.89 | 17.93 | 58.65 | - |
| YUV | 120.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 203 | 0.34 | 0.52 | 0 | 0.20 | 260.94 | 0.5 | 0.59 |
| Hex | 86 | 61 | CB | 22 | 34 | 0 | 14 | 105 | 32 | 3B |
| Octal | 206 | 141 | 313 | 42 | 64 | 0 | 24 | 405 | 62 | 73 |
| Binary | 10000110 | 1100001 | 11001011 | 100010 | 110100 | 0 | 10100 | 100000101 | 110010 | 111011 |
Color Harmonies of #8661CB
Complementary color
Monochromatic Colors of #8661CB
Black with #8661CB
Text Example
Text Example
White with #8661CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8661CB; }
p { color: rgb(134,97,203); }
H1.HeaderClassName
{
color: #8661CB;
}
.AnyTagClassName
{
color: #8661CB;
}
</style>
background-color css
<style>
a { background-color: #8661CB; }
a { background-color: rgb(134,97,203); }
div.DivClassName
{
background-color: #8661CB;
}
.BgClassName
{
background-color: #8661CB;
}
</style>
border-color css
<style>
span { border-color: #8661CB; }
span { border-color: rgb(134,97,203); }
td.TdClassName
{
border-color: #8661CB;
}
.TagClassName
{
border-color: #8661CB;
}
</style>