Shades of True V #855FCB
Tints of True V #855FCB
RGB
CMYK
RGB Variations
Color information
#855FCB (or 0x855FCB) is known color: True V. HEX triplet: 85, 5F and CB. RGB value is (133,95,203). Sum of RGB (Red+Green+Blue) = 133+95+203=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #855FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FCB is #7AA034. Grayscale: #767676. Windows color (decimal): -8036405 or 13328261. OLE color: 13328261.
HSL color Cylindrical-coordinate representation of color #855FCB: hue angle of 261.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855FCB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 95 | 203 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.20 |
| HSL | 261.11º | 0.51% | 0.58% | - |
| HSV(B) | 261.11º | 0.53% | 0.8% | - |
| XYZ | 24.54 | 17.48 | 58.58 | - |
| YUV | 118.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 203 | 0.34 | 0.53 | 0 | 0.20 | 261.11 | 0.51 | 0.58 |
| Hex | 85 | 5F | CB | 22 | 35 | 0 | 14 | 105 | 33 | 3A |
| Octal | 205 | 137 | 313 | 42 | 65 | 0 | 24 | 405 | 63 | 72 |
| Binary | 10000101 | 1011111 | 11001011 | 100010 | 110101 | 0 | 10100 | 100000101 | 110011 | 111010 |
Color Harmonies of #855FCB
Complementary color
Monochromatic Colors of #855FCB
Black with #855FCB
Text Example
Text Example
White with #855FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FCB; }
p { color: rgb(133,95,203); }
H1.HeaderClassName
{
color: #855FCB;
}
.AnyTagClassName
{
color: #855FCB;
}
</style>
background-color css
<style>
a { background-color: #855FCB; }
a { background-color: rgb(133,95,203); }
div.DivClassName
{
background-color: #855FCB;
}
.BgClassName
{
background-color: #855FCB;
}
</style>
border-color css
<style>
span { border-color: #855FCB; }
span { border-color: rgb(133,95,203); }
td.TdClassName
{
border-color: #855FCB;
}
.TagClassName
{
border-color: #855FCB;
}
</style>