Shades of True V #855EC9
Tints of True V #855EC9
RGB
CMYK
RGB Variations
Color information
#855EC9 (or 0x855EC9) is known color: True V. HEX triplet: 85, 5E and C9. RGB value is (133,94,201). Sum of RGB (Red+Green+Blue) = 133+94+201=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #855EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EC9 is #7AA136. Grayscale: #757575. Windows color (decimal): -8036663 or 13196933. OLE color: 13196933.
HSL color Cylindrical-coordinate representation of color #855EC9: hue angle of 261.87º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855EC9 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 94 | 201 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.21 |
| HSL | 261.87º | 0.5% | 0.58% | - |
| HSV(B) | 261.87º | 0.53% | 0.79% | - |
| XYZ | 24.22 | 17.21 | 57.3 | - |
| YUV | 117.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 201 | 0.34 | 0.53 | 0 | 0.21 | 261.87 | 0.5 | 0.58 |
| Hex | 85 | 5E | C9 | 22 | 35 | 0 | 15 | 106 | 32 | 3A |
| Octal | 205 | 136 | 311 | 42 | 65 | 0 | 25 | 406 | 62 | 72 |
| Binary | 10000101 | 1011110 | 11001001 | 100010 | 110101 | 0 | 10101 | 100000110 | 110010 | 111010 |
Color Harmonies of #855EC9
Complementary color
Monochromatic Colors of #855EC9
Black with #855EC9
Text Example
Text Example
White with #855EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855EC9; }
p { color: rgb(133,94,201); }
H1.HeaderClassName
{
color: #855EC9;
}
.AnyTagClassName
{
color: #855EC9;
}
</style>
background-color css
<style>
a { background-color: #855EC9; }
a { background-color: rgb(133,94,201); }
div.DivClassName
{
background-color: #855EC9;
}
.BgClassName
{
background-color: #855EC9;
}
</style>
border-color css
<style>
span { border-color: #855EC9; }
span { border-color: rgb(133,94,201); }
td.TdClassName
{
border-color: #855EC9;
}
.TagClassName
{
border-color: #855EC9;
}
</style>