Shades of True V #855FC3
Tints of True V #855FC3
RGB
CMYK
RGB Variations
Color information
#855FC3 (or 0x855FC3) is known color: True V. HEX triplet: 85, 5F and C3. RGB value is (133,95,195). Sum of RGB (Red+Green+Blue) = 133+95+195=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #855FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FC3 is #7AA03C. Grayscale: #757575. Windows color (decimal): -8036413 or 12803973. OLE color: 12803973.
HSL color Cylindrical-coordinate representation of color #855FC3: hue angle of 262.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855FC3 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 95 | 195 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.24 |
| HSL | 262.8º | 0.45% | 0.57% | - |
| HSV(B) | 262.8º | 0.51% | 0.76% | - |
| XYZ | 23.62 | 17.11 | 53.69 | - |
| YUV | 117.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 195 | 0.32 | 0.51 | 0 | 0.24 | 262.8 | 0.45 | 0.57 |
| Hex | 85 | 5F | C3 | 20 | 33 | 0 | 18 | 107 | 2D | 39 |
| Octal | 205 | 137 | 303 | 40 | 63 | 0 | 30 | 407 | 55 | 71 |
| Binary | 10000101 | 1011111 | 11000011 | 100000 | 110011 | 0 | 11000 | 100000111 | 101101 | 111001 |
Color Harmonies of #855FC3
Complementary color
Monochromatic Colors of #855FC3
Black with #855FC3
Text Example
Text Example
White with #855FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FC3; }
p { color: rgb(133,95,195); }
H1.HeaderClassName
{
color: #855FC3;
}
.AnyTagClassName
{
color: #855FC3;
}
</style>
background-color css
<style>
a { background-color: #855FC3; }
a { background-color: rgb(133,95,195); }
div.DivClassName
{
background-color: #855FC3;
}
.BgClassName
{
background-color: #855FC3;
}
</style>
border-color css
<style>
span { border-color: #855FC3; }
span { border-color: rgb(133,95,195); }
td.TdClassName
{
border-color: #855FC3;
}
.TagClassName
{
border-color: #855FC3;
}
</style>