Shades of True V #8760C3
Tints of True V #8760C3
RGB
CMYK
RGB Variations
Color information
#8760C3 (or 0x8760C3) is known color: True V. HEX triplet: 87, 60 and C3. RGB value is (135,96,195). Sum of RGB (Red+Green+Blue) = 135+96+195=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #8760C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8760C3 is #789F3C. Grayscale: #767676. Windows color (decimal): -7905085 or 12804231. OLE color: 12804231.
HSL color Cylindrical-coordinate representation of color #8760C3: hue angle of 263.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8760C3 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 96 | 195 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.24 |
| HSL | 263.64º | 0.45% | 0.57% | - |
| HSV(B) | 263.64º | 0.51% | 0.76% | - |
| XYZ | 24.02 | 17.46 | 53.73 | - |
| YUV | 118.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 195 | 0.31 | 0.51 | 0 | 0.24 | 263.64 | 0.45 | 0.57 |
| Hex | 87 | 60 | C3 | 1F | 33 | 0 | 18 | 108 | 2D | 39 |
| Octal | 207 | 140 | 303 | 37 | 63 | 0 | 30 | 410 | 55 | 71 |
| Binary | 10000111 | 1100000 | 11000011 | 11111 | 110011 | 0 | 11000 | 100001000 | 101101 | 111001 |
Color Harmonies of #8760C3
Complementary color
Monochromatic Colors of #8760C3
Black with #8760C3
Text Example
Text Example
White with #8760C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8760C3; }
p { color: rgb(135,96,195); }
H1.HeaderClassName
{
color: #8760C3;
}
.AnyTagClassName
{
color: #8760C3;
}
</style>
background-color css
<style>
a { background-color: #8760C3; }
a { background-color: rgb(135,96,195); }
div.DivClassName
{
background-color: #8760C3;
}
.BgClassName
{
background-color: #8760C3;
}
</style>
border-color css
<style>
span { border-color: #8760C3; }
span { border-color: rgb(135,96,195); }
td.TdClassName
{
border-color: #8760C3;
}
.TagClassName
{
border-color: #8760C3;
}
</style>