Shades of True V #855DCE
Tints of True V #855DCE
RGB
CMYK
RGB Variations
Color information
#855DCE (or 0x855DCE) is known color: True V. HEX triplet: 85, 5D and CE. RGB value is (133,93,206). Sum of RGB (Red+Green+Blue) = 133+93+206=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #855DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DCE is #7AA231. Grayscale: #757575. Windows color (decimal): -8036914 or 13524357. OLE color: 13524357.
HSL color Cylindrical-coordinate representation of color #855DCE: hue angle of 261.24º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #855DCE is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 93 | 206 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.19 |
| HSL | 261.24º | 0.54% | 0.59% | - |
| HSV(B) | 261.24º | 0.55% | 0.81% | - |
| XYZ | 24.73 | 17.27 | 60.42 | - |
| YUV | 117.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 206 | 0.35 | 0.55 | 0 | 0.19 | 261.24 | 0.54 | 0.59 |
| Hex | 85 | 5D | CE | 23 | 37 | 0 | 13 | 105 | 36 | 3B |
| Octal | 205 | 135 | 316 | 43 | 67 | 0 | 23 | 405 | 66 | 73 |
| Binary | 10000101 | 1011101 | 11001110 | 100011 | 110111 | 0 | 10011 | 100000101 | 110110 | 111011 |
Color Harmonies of #855DCE
Complementary color
Monochromatic Colors of #855DCE
Black with #855DCE
Text Example
Text Example
White with #855DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DCE; }
p { color: rgb(133,93,206); }
H1.HeaderClassName
{
color: #855DCE;
}
.AnyTagClassName
{
color: #855DCE;
}
</style>
background-color css
<style>
a { background-color: #855DCE; }
a { background-color: rgb(133,93,206); }
div.DivClassName
{
background-color: #855DCE;
}
.BgClassName
{
background-color: #855DCE;
}
</style>
border-color css
<style>
span { border-color: #855DCE; }
span { border-color: rgb(133,93,206); }
td.TdClassName
{
border-color: #855DCE;
}
.TagClassName
{
border-color: #855DCE;
}
</style>