Shades of True V #855CC5
Tints of True V #855CC5
RGB
CMYK
RGB Variations
Color information
#855CC5 (or 0x855CC5) is known color: True V. HEX triplet: 85, 5C and C5. RGB value is (133,92,197). Sum of RGB (Red+Green+Blue) = 133+92+197=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #855CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CC5 is #7AA33A. Grayscale: #737373. Windows color (decimal): -8037179 or 12934277. OLE color: 12934277.
HSL color Cylindrical-coordinate representation of color #855CC5: hue angle of 263.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855CC5 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 92 | 197 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.23 |
| HSL | 263.43º | 0.48% | 0.57% | - |
| HSV(B) | 263.43º | 0.53% | 0.77% | - |
| XYZ | 23.58 | 16.67 | 54.8 | - |
| YUV | 116.23 | 173.58 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 197 | 0.32 | 0.53 | 0 | 0.23 | 263.43 | 0.48 | 0.57 |
| Hex | 85 | 5C | C5 | 20 | 35 | 0 | 17 | 107 | 30 | 39 |
| Octal | 205 | 134 | 305 | 40 | 65 | 0 | 27 | 407 | 60 | 71 |
| Binary | 10000101 | 1011100 | 11000101 | 100000 | 110101 | 0 | 10111 | 100000111 | 110000 | 111001 |
Color Harmonies of #855CC5
Complementary color
Monochromatic Colors of #855CC5
Black with #855CC5
Text Example
Text Example
White with #855CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CC5; }
p { color: rgb(133,92,197); }
H1.HeaderClassName
{
color: #855CC5;
}
.AnyTagClassName
{
color: #855CC5;
}
</style>
background-color css
<style>
a { background-color: #855CC5; }
a { background-color: rgb(133,92,197); }
div.DivClassName
{
background-color: #855CC5;
}
.BgClassName
{
background-color: #855CC5;
}
</style>
border-color css
<style>
span { border-color: #855CC5; }
span { border-color: rgb(133,92,197); }
td.TdClassName
{
border-color: #855CC5;
}
.TagClassName
{
border-color: #855CC5;
}
</style>