Shades of True V #855DCC
Tints of True V #855DCC
RGB
CMYK
RGB Variations
Color information
#855DCC (or 0x855DCC) is known color: True V. HEX triplet: 85, 5D and CC. RGB value is (133,93,204). Sum of RGB (Red+Green+Blue) = 133+93+204=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #855DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DCC is #7AA233. Grayscale: #757575. Windows color (decimal): -8036916 or 13393285. OLE color: 13393285.
HSL color Cylindrical-coordinate representation of color #855DCC: hue angle of 261.62º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #855DCC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 93 | 204 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.2 |
| HSL | 261.62º | 0.52% | 0.58% | - |
| HSV(B) | 261.62º | 0.54% | 0.8% | - |
| XYZ | 24.49 | 17.17 | 59.15 | - |
| YUV | 117.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 204 | 0.35 | 0.54 | 0 | 0.2 | 261.62 | 0.52 | 0.58 |
| Hex | 85 | 5D | CC | 23 | 36 | 0 | 14 | 106 | 34 | 3A |
| Octal | 205 | 135 | 314 | 43 | 66 | 0 | 24 | 406 | 64 | 72 |
| Binary | 10000101 | 1011101 | 11001100 | 100011 | 110110 | 0 | 10100 | 100000110 | 110100 | 111010 |
Color Harmonies of #855DCC
Complementary color
Monochromatic Colors of #855DCC
Black with #855DCC
Text Example
Text Example
White with #855DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DCC; }
p { color: rgb(133,93,204); }
H1.HeaderClassName
{
color: #855DCC;
}
.AnyTagClassName
{
color: #855DCC;
}
</style>
background-color css
<style>
a { background-color: #855DCC; }
a { background-color: rgb(133,93,204); }
div.DivClassName
{
background-color: #855DCC;
}
.BgClassName
{
background-color: #855DCC;
}
</style>
border-color css
<style>
span { border-color: #855DCC; }
span { border-color: rgb(133,93,204); }
td.TdClassName
{
border-color: #855DCC;
}
.TagClassName
{
border-color: #855DCC;
}
</style>