Shades of True V #855DCD
Tints of True V #855DCD
RGB
CMYK
RGB Variations
Color information
#855DCD (or 0x855DCD) is known color: True V. HEX triplet: 85, 5D and CD. RGB value is (133,93,205). Sum of RGB (Red+Green+Blue) = 133+93+205=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #855DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DCD is #7AA232. Grayscale: #757575. Windows color (decimal): -8036915 or 13458821. OLE color: 13458821.
HSL color Cylindrical-coordinate representation of color #855DCD: hue angle of 261.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #855DCD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 93 | 205 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.20 |
| HSL | 261.43º | 0.53% | 0.58% | - |
| HSV(B) | 261.43º | 0.55% | 0.8% | - |
| XYZ | 24.61 | 17.22 | 59.79 | - |
| YUV | 117.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 205 | 0.35 | 0.55 | 0 | 0.20 | 261.43 | 0.53 | 0.58 |
| Hex | 85 | 5D | CD | 23 | 37 | 0 | 14 | 105 | 35 | 3A |
| Octal | 205 | 135 | 315 | 43 | 67 | 0 | 24 | 405 | 65 | 72 |
| Binary | 10000101 | 1011101 | 11001101 | 100011 | 110111 | 0 | 10100 | 100000101 | 110101 | 111010 |
Color Harmonies of #855DCD
Complementary color
Monochromatic Colors of #855DCD
Black with #855DCD
Text Example
Text Example
White with #855DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DCD; }
p { color: rgb(133,93,205); }
H1.HeaderClassName
{
color: #855DCD;
}
.AnyTagClassName
{
color: #855DCD;
}
</style>
background-color css
<style>
a { background-color: #855DCD; }
a { background-color: rgb(133,93,205); }
div.DivClassName
{
background-color: #855DCD;
}
.BgClassName
{
background-color: #855DCD;
}
</style>
border-color css
<style>
span { border-color: #855DCD; }
span { border-color: rgb(133,93,205); }
td.TdClassName
{
border-color: #855DCD;
}
.TagClassName
{
border-color: #855DCD;
}
</style>