Shades of True V #8761CB
Tints of True V #8761CB
RGB
CMYK
RGB Variations
Color information
#8761CB (or 0x8761CB) is known color: True V. HEX triplet: 87, 61 and CB. RGB value is (135,97,203). Sum of RGB (Red+Green+Blue) = 135+97+203=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8761CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761CB is #789E34. Grayscale: #787878. Windows color (decimal): -7904821 or 13328775. OLE color: 13328775.
HSL color Cylindrical-coordinate representation of color #8761CB: hue angle of 261.51º 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 #8761CB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 97 | 203 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.20 |
| HSL | 261.51º | 0.5% | 0.59% | - |
| HSV(B) | 261.51º | 0.52% | 0.8% | - |
| XYZ | 25.05 | 18.01 | 58.66 | - |
| YUV | 120.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 203 | 0.33 | 0.52 | 0 | 0.20 | 261.51 | 0.5 | 0.59 |
| Hex | 87 | 61 | CB | 21 | 34 | 0 | 14 | 106 | 32 | 3B |
| Octal | 207 | 141 | 313 | 41 | 64 | 0 | 24 | 406 | 62 | 73 |
| Binary | 10000111 | 1100001 | 11001011 | 100001 | 110100 | 0 | 10100 | 100000110 | 110010 | 111011 |
Color Harmonies of #8761CB
Complementary color
Monochromatic Colors of #8761CB
Black with #8761CB
Text Example
Text Example
White with #8761CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8761CB; }
p { color: rgb(135,97,203); }
H1.HeaderClassName
{
color: #8761CB;
}
.AnyTagClassName
{
color: #8761CB;
}
</style>
background-color css
<style>
a { background-color: #8761CB; }
a { background-color: rgb(135,97,203); }
div.DivClassName
{
background-color: #8761CB;
}
.BgClassName
{
background-color: #8761CB;
}
</style>
border-color css
<style>
span { border-color: #8761CB; }
span { border-color: rgb(135,97,203); }
td.TdClassName
{
border-color: #8761CB;
}
.TagClassName
{
border-color: #8761CB;
}
</style>