Shades of True V #875FCD
Tints of True V #875FCD
RGB
CMYK
RGB Variations
Color information
#875FCD (or 0x875FCD) is known color: True V. HEX triplet: 87, 5F and CD. RGB value is (135,95,205). Sum of RGB (Red+Green+Blue) = 135+95+205=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #875FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FCD is #78A032. Grayscale: #777777. Windows color (decimal): -7905331 or 13459335. OLE color: 13459335.
HSL color Cylindrical-coordinate representation of color #875FCD: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #875FCD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 95 | 205 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.20 |
| HSL | 261.82º | 0.52% | 0.59% | - |
| HSV(B) | 261.82º | 0.54% | 0.8% | - |
| XYZ | 25.1 | 17.74 | 59.86 | - |
| YUV | 119.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 205 | 0.34 | 0.54 | 0 | 0.20 | 261.82 | 0.52 | 0.59 |
| Hex | 87 | 5F | CD | 22 | 36 | 0 | 14 | 106 | 34 | 3B |
| Octal | 207 | 137 | 315 | 42 | 66 | 0 | 24 | 406 | 64 | 73 |
| Binary | 10000111 | 1011111 | 11001101 | 100010 | 110110 | 0 | 10100 | 100000110 | 110100 | 111011 |
Color Harmonies of #875FCD
Complementary color
Monochromatic Colors of #875FCD
Black with #875FCD
Text Example
Text Example
White with #875FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FCD; }
p { color: rgb(135,95,205); }
H1.HeaderClassName
{
color: #875FCD;
}
.AnyTagClassName
{
color: #875FCD;
}
</style>
background-color css
<style>
a { background-color: #875FCD; }
a { background-color: rgb(135,95,205); }
div.DivClassName
{
background-color: #875FCD;
}
.BgClassName
{
background-color: #875FCD;
}
</style>
border-color css
<style>
span { border-color: #875FCD; }
span { border-color: rgb(135,95,205); }
td.TdClassName
{
border-color: #875FCD;
}
.TagClassName
{
border-color: #875FCD;
}
</style>