Shades of True V #875FCF
Tints of True V #875FCF
RGB
CMYK
RGB Variations
Color information
#875FCF (or 0x875FCF) is known color: True V. HEX triplet: 87, 5F and CF. RGB value is (135,95,207). Sum of RGB (Red+Green+Blue) = 135+95+207=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #875FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FCF is #78A030. Grayscale: #777777. Windows color (decimal): -7905329 or 13590407. OLE color: 13590407.
HSL color Cylindrical-coordinate representation of color #875FCF: hue angle of 261.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #875FCF is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 95 | 207 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.19 |
| HSL | 261.43º | 0.54% | 0.59% | - |
| HSV(B) | 261.43º | 0.54% | 0.81% | - |
| XYZ | 25.35 | 17.84 | 61.14 | - |
| YUV | 119.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 207 | 0.35 | 0.54 | 0 | 0.19 | 261.43 | 0.54 | 0.59 |
| Hex | 87 | 5F | CF | 23 | 36 | 0 | 13 | 105 | 36 | 3B |
| Octal | 207 | 137 | 317 | 43 | 66 | 0 | 23 | 405 | 66 | 73 |
| Binary | 10000111 | 1011111 | 11001111 | 100011 | 110110 | 0 | 10011 | 100000101 | 110110 | 111011 |
Color Harmonies of #875FCF
Complementary color
Monochromatic Colors of #875FCF
Black with #875FCF
Text Example
Text Example
White with #875FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FCF; }
p { color: rgb(135,95,207); }
H1.HeaderClassName
{
color: #875FCF;
}
.AnyTagClassName
{
color: #875FCF;
}
</style>
background-color css
<style>
a { background-color: #875FCF; }
a { background-color: rgb(135,95,207); }
div.DivClassName
{
background-color: #875FCF;
}
.BgClassName
{
background-color: #875FCF;
}
</style>
border-color css
<style>
span { border-color: #875FCF; }
span { border-color: rgb(135,95,207); }
td.TdClassName
{
border-color: #875FCF;
}
.TagClassName
{
border-color: #875FCF;
}
</style>