Shades of True V #8770CF
Tints of True V #8770CF
RGB
CMYK
RGB Variations
Color information
#8770CF (or 0x8770CF) is known color: True V. HEX triplet: 87, 70 and CF. RGB value is (135,112,207). Sum of RGB (Red+Green+Blue) = 135+112+207=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #8770CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770CF is #788F30. Grayscale: #818181. Windows color (decimal): -7900977 or 13594759. OLE color: 13594759.
HSL color Cylindrical-coordinate representation of color #8770CF: hue angle of 254.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8770CF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 112 | 207 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.19 |
| HSL | 254.53º | 0.5% | 0.63% | - |
| HSV(B) | 254.53º | 0.46% | 0.81% | - |
| XYZ | 27.05 | 21.24 | 61.71 | - |
| YUV | 129.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 207 | 0.35 | 0.46 | 0 | 0.19 | 254.53 | 0.5 | 0.63 |
| Hex | 87 | 70 | CF | 23 | 2E | 0 | 13 | FF | 32 | 3F |
| Octal | 207 | 160 | 317 | 43 | 56 | 0 | 23 | 377 | 62 | 77 |
| Binary | 10000111 | 1110000 | 11001111 | 100011 | 101110 | 0 | 10011 | 11111111 | 110010 | 111111 |
Color Harmonies of #8770CF
Complementary color
Monochromatic Colors of #8770CF
Black with #8770CF
Text Example
Text Example
White with #8770CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770CF; }
p { color: rgb(135,112,207); }
H1.HeaderClassName
{
color: #8770CF;
}
.AnyTagClassName
{
color: #8770CF;
}
</style>
background-color css
<style>
a { background-color: #8770CF; }
a { background-color: rgb(135,112,207); }
div.DivClassName
{
background-color: #8770CF;
}
.BgClassName
{
background-color: #8770CF;
}
</style>
border-color css
<style>
span { border-color: #8770CF; }
span { border-color: rgb(135,112,207); }
td.TdClassName
{
border-color: #8770CF;
}
.TagClassName
{
border-color: #8770CF;
}
</style>