Shades of Vivid Violet #851C93
Tints of Vivid Violet #851C93
RGB
CMYK
RGB Variations
Color information
#851C93 (or 0x851C93) is known color: Vivid Violet. HEX triplet: 85, 1C and 93. RGB value is (133,28,147). Sum of RGB (Red+Green+Blue) = 133+28+147=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #851C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851C93 is #7AE36C. Grayscale: #484848. Windows color (decimal): -8053613 or 9641093. OLE color: 9641093.
HSL color Cylindrical-coordinate representation of color #851C93: hue angle of 292.94º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851C93 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 28 | 147 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.42 |
| HSL | 292.94º | 0.68% | 0.34% | - |
| HSV(B) | 292.94º | 0.81% | 0.58% | - |
| XYZ | 15.35 | 7.92 | 28.32 | - |
| YUV | 72.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 147 | 0.10 | 0.81 | 0 | 0.42 | 292.94 | 0.68 | 0.34 |
| Hex | 85 | 1C | 93 | A | 51 | 0 | 2A | 125 | 44 | 22 |
| Octal | 205 | 34 | 223 | 12 | 121 | 0 | 52 | 445 | 104 | 42 |
| Binary | 10000101 | 11100 | 10010011 | 1010 | 1010001 | 0 | 101010 | 100100101 | 1000100 | 100010 |
Color Harmonies of #851C93
Complementary color
Monochromatic Colors of #851C93
Black with #851C93
Text Example
Text Example
White with #851C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C93; }
p { color: rgb(133,28,147); }
H1.HeaderClassName
{
color: #851C93;
}
.AnyTagClassName
{
color: #851C93;
}
</style>
background-color css
<style>
a { background-color: #851C93; }
a { background-color: rgb(133,28,147); }
div.DivClassName
{
background-color: #851C93;
}
.BgClassName
{
background-color: #851C93;
}
</style>
border-color css
<style>
span { border-color: #851C93; }
span { border-color: rgb(133,28,147); }
td.TdClassName
{
border-color: #851C93;
}
.TagClassName
{
border-color: #851C93;
}
</style>