Shades of True V #855FCF
Tints of True V #855FCF
RGB
CMYK
RGB Variations
Color information
#855FCF (or 0x855FCF) is known color: True V. HEX triplet: 85, 5F and CF. RGB value is (133,95,207). Sum of RGB (Red+Green+Blue) = 133+95+207=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #855FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FCF is #7AA030. Grayscale: #767676. Windows color (decimal): -8036401 or 13590405. OLE color: 13590405.
HSL color Cylindrical-coordinate representation of color #855FCF: hue angle of 260.36º 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 #855FCF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 95 | 207 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.19 |
| HSL | 260.36º | 0.54% | 0.59% | - |
| HSV(B) | 260.36º | 0.54% | 0.81% | - |
| XYZ | 25.03 | 17.68 | 61.12 | - |
| YUV | 119.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 207 | 0.36 | 0.54 | 0 | 0.19 | 260.36 | 0.54 | 0.59 |
| Hex | 85 | 5F | CF | 24 | 36 | 0 | 13 | 104 | 36 | 3B |
| Octal | 205 | 137 | 317 | 44 | 66 | 0 | 23 | 404 | 66 | 73 |
| Binary | 10000101 | 1011111 | 11001111 | 100100 | 110110 | 0 | 10011 | 100000100 | 110110 | 111011 |
Color Harmonies of #855FCF
Complementary color
Monochromatic Colors of #855FCF
Black with #855FCF
Text Example
Text Example
White with #855FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FCF; }
p { color: rgb(133,95,207); }
H1.HeaderClassName
{
color: #855FCF;
}
.AnyTagClassName
{
color: #855FCF;
}
</style>
background-color css
<style>
a { background-color: #855FCF; }
a { background-color: rgb(133,95,207); }
div.DivClassName
{
background-color: #855FCF;
}
.BgClassName
{
background-color: #855FCF;
}
</style>
border-color css
<style>
span { border-color: #855FCF; }
span { border-color: rgb(133,95,207); }
td.TdClassName
{
border-color: #855FCF;
}
.TagClassName
{
border-color: #855FCF;
}
</style>