Shades of True V #855DCB
Tints of True V #855DCB
RGB
CMYK
RGB Variations
Color information
#855DCB (or 0x855DCB) is known color: True V. HEX triplet: 85, 5D and CB. RGB value is (133,93,203). Sum of RGB (Red+Green+Blue) = 133+93+203=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #855DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DCB is #7AA234. Grayscale: #757575. Windows color (decimal): -8036917 or 13327749. OLE color: 13327749.
HSL color Cylindrical-coordinate representation of color #855DCB: hue angle of 261.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #855DCB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 93 | 203 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.20 |
| HSL | 261.82º | 0.51% | 0.58% | - |
| HSV(B) | 261.82º | 0.54% | 0.8% | - |
| XYZ | 24.37 | 17.13 | 58.52 | - |
| YUV | 117.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 203 | 0.34 | 0.54 | 0 | 0.20 | 261.82 | 0.51 | 0.58 |
| Hex | 85 | 5D | CB | 22 | 36 | 0 | 14 | 106 | 33 | 3A |
| Octal | 205 | 135 | 313 | 42 | 66 | 0 | 24 | 406 | 63 | 72 |
| Binary | 10000101 | 1011101 | 11001011 | 100010 | 110110 | 0 | 10100 | 100000110 | 110011 | 111010 |
Color Harmonies of #855DCB
Complementary color
Monochromatic Colors of #855DCB
Black with #855DCB
Text Example
Text Example
White with #855DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DCB; }
p { color: rgb(133,93,203); }
H1.HeaderClassName
{
color: #855DCB;
}
.AnyTagClassName
{
color: #855DCB;
}
</style>
background-color css
<style>
a { background-color: #855DCB; }
a { background-color: rgb(133,93,203); }
div.DivClassName
{
background-color: #855DCB;
}
.BgClassName
{
background-color: #855DCB;
}
</style>
border-color css
<style>
span { border-color: #855DCB; }
span { border-color: rgb(133,93,203); }
td.TdClassName
{
border-color: #855DCB;
}
.TagClassName
{
border-color: #855DCB;
}
</style>