Shades of True V #855FCC
Tints of True V #855FCC
RGB
CMYK
RGB Variations
Color information
#855FCC (or 0x855FCC) is known color: True V. HEX triplet: 85, 5F and CC. RGB value is (133,95,204). Sum of RGB (Red+Green+Blue) = 133+95+204=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #855FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FCC is #7AA033. Grayscale: #767676. Windows color (decimal): -8036404 or 13393797. OLE color: 13393797.
HSL color Cylindrical-coordinate representation of color #855FCC: hue angle of 260.92º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855FCC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 95 | 204 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.2 |
| HSL | 260.92º | 0.52% | 0.59% | - |
| HSV(B) | 260.92º | 0.53% | 0.8% | - |
| XYZ | 24.66 | 17.53 | 59.21 | - |
| YUV | 118.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 204 | 0.35 | 0.53 | 0 | 0.2 | 260.92 | 0.52 | 0.59 |
| Hex | 85 | 5F | CC | 23 | 35 | 0 | 14 | 105 | 34 | 3B |
| Octal | 205 | 137 | 314 | 43 | 65 | 0 | 24 | 405 | 64 | 73 |
| Binary | 10000101 | 1011111 | 11001100 | 100011 | 110101 | 0 | 10100 | 100000101 | 110100 | 111011 |
Color Harmonies of #855FCC
Complementary color
Monochromatic Colors of #855FCC
Black with #855FCC
Text Example
Text Example
White with #855FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855FCC; }
p { color: rgb(133,95,204); }
H1.HeaderClassName
{
color: #855FCC;
}
.AnyTagClassName
{
color: #855FCC;
}
</style>
background-color css
<style>
a { background-color: #855FCC; }
a { background-color: rgb(133,95,204); }
div.DivClassName
{
background-color: #855FCC;
}
.BgClassName
{
background-color: #855FCC;
}
</style>
border-color css
<style>
span { border-color: #855FCC; }
span { border-color: rgb(133,95,204); }
td.TdClassName
{
border-color: #855FCC;
}
.TagClassName
{
border-color: #855FCC;
}
</style>