Shades of True V #875FCC
Tints of True V #875FCC
RGB
CMYK
RGB Variations
Color information
#875FCC (or 0x875FCC) is known color: True V. HEX triplet: 87, 5F and CC. RGB value is (135,95,204). Sum of RGB (Red+Green+Blue) = 135+95+204=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #875FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FCC is #78A033. Grayscale: #767676. Windows color (decimal): -7905332 or 13393799. OLE color: 13393799.
HSL color Cylindrical-coordinate representation of color #875FCC: hue angle of 262.02º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875FCC is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 95 | 204 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.2 |
| HSL | 262.02º | 0.52% | 0.59% | - |
| HSV(B) | 262.02º | 0.53% | 0.8% | - |
| XYZ | 24.98 | 17.69 | 59.23 | - |
| YUV | 119.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 204 | 0.34 | 0.53 | 0 | 0.2 | 262.02 | 0.52 | 0.59 |
| Hex | 87 | 5F | CC | 22 | 35 | 0 | 14 | 106 | 34 | 3B |
| Octal | 207 | 137 | 314 | 42 | 65 | 0 | 24 | 406 | 64 | 73 |
| Binary | 10000111 | 1011111 | 11001100 | 100010 | 110101 | 0 | 10100 | 100000110 | 110100 | 111011 |
Color Harmonies of #875FCC
Complementary color
Monochromatic Colors of #875FCC
Black with #875FCC
Text Example
Text Example
White with #875FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FCC; }
p { color: rgb(135,95,204); }
H1.HeaderClassName
{
color: #875FCC;
}
.AnyTagClassName
{
color: #875FCC;
}
</style>
background-color css
<style>
a { background-color: #875FCC; }
a { background-color: rgb(135,95,204); }
div.DivClassName
{
background-color: #875FCC;
}
.BgClassName
{
background-color: #875FCC;
}
</style>
border-color css
<style>
span { border-color: #875FCC; }
span { border-color: rgb(135,95,204); }
td.TdClassName
{
border-color: #875FCC;
}
.TagClassName
{
border-color: #875FCC;
}
</style>