Shades of True V #8768BD
Tints of True V #8768BD
RGB
CMYK
RGB Variations
Color information
#8768BD (or 0x8768BD) is known color: True V. HEX triplet: 87, 68 and BD. RGB value is (135,104,189). Sum of RGB (Red+Green+Blue) = 135+104+189=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #8768BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768BD is #789742. Grayscale: #7A7A7A. Windows color (decimal): -7903043 or 12413063. OLE color: 12413063.
HSL color Cylindrical-coordinate representation of color #8768BD: hue angle of 261.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8768BD is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 104 | 189 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.26 |
| HSL | 261.88º | 0.39% | 0.57% | - |
| HSV(B) | 261.88º | 0.45% | 0.74% | - |
| XYZ | 24.13 | 18.73 | 50.49 | - |
| YUV | 122.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 189 | 0.29 | 0.45 | 0 | 0.26 | 261.88 | 0.39 | 0.57 |
| Hex | 87 | 68 | BD | 1D | 2D | 0 | 1A | 106 | 27 | 39 |
| Octal | 207 | 150 | 275 | 35 | 55 | 0 | 32 | 406 | 47 | 71 |
| Binary | 10000111 | 1101000 | 10111101 | 11101 | 101101 | 0 | 11010 | 100000110 | 100111 | 111001 |
Color Harmonies of #8768BD
Complementary color
Monochromatic Colors of #8768BD
Black with #8768BD
Text Example
Text Example
White with #8768BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8768BD; }
p { color: rgb(135,104,189); }
H1.HeaderClassName
{
color: #8768BD;
}
.AnyTagClassName
{
color: #8768BD;
}
</style>
background-color css
<style>
a { background-color: #8768BD; }
a { background-color: rgb(135,104,189); }
div.DivClassName
{
background-color: #8768BD;
}
.BgClassName
{
background-color: #8768BD;
}
</style>
border-color css
<style>
span { border-color: #8768BD; }
span { border-color: rgb(135,104,189); }
td.TdClassName
{
border-color: #8768BD;
}
.TagClassName
{
border-color: #8768BD;
}
</style>