Shades of True V #875FC5
Tints of True V #875FC5
RGB
CMYK
RGB Variations
Color information
#875FC5 (or 0x875FC5) is known color: True V. HEX triplet: 87, 5F and C5. RGB value is (135,95,197). Sum of RGB (Red+Green+Blue) = 135+95+197=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #875FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FC5 is #78A03A. Grayscale: #767676. Windows color (decimal): -7905339 or 12935047. OLE color: 12935047.
HSL color Cylindrical-coordinate representation of color #875FC5: hue angle of 263.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875FC5 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 95 | 197 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.23 |
| HSL | 263.53º | 0.47% | 0.57% | - |
| HSV(B) | 263.53º | 0.52% | 0.77% | - |
| XYZ | 24.16 | 17.37 | 54.9 | - |
| YUV | 118.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 197 | 0.31 | 0.52 | 0 | 0.23 | 263.53 | 0.47 | 0.57 |
| Hex | 87 | 5F | C5 | 1F | 34 | 0 | 17 | 108 | 2F | 39 |
| Octal | 207 | 137 | 305 | 37 | 64 | 0 | 27 | 410 | 57 | 71 |
| Binary | 10000111 | 1011111 | 11000101 | 11111 | 110100 | 0 | 10111 | 100001000 | 101111 | 111001 |
Color Harmonies of #875FC5
Complementary color
Monochromatic Colors of #875FC5
Black with #875FC5
Text Example
Text Example
White with #875FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FC5; }
p { color: rgb(135,95,197); }
H1.HeaderClassName
{
color: #875FC5;
}
.AnyTagClassName
{
color: #875FC5;
}
</style>
background-color css
<style>
a { background-color: #875FC5; }
a { background-color: rgb(135,95,197); }
div.DivClassName
{
background-color: #875FC5;
}
.BgClassName
{
background-color: #875FC5;
}
</style>
border-color css
<style>
span { border-color: #875FC5; }
span { border-color: rgb(135,95,197); }
td.TdClassName
{
border-color: #875FC5;
}
.TagClassName
{
border-color: #875FC5;
}
</style>