Shades of Vivid Violet #851C90
Tints of Vivid Violet #851C90
RGB
CMYK
RGB Variations
Color information
#851C90 (or 0x851C90) is known color: Vivid Violet. HEX triplet: 85, 1C and 90. RGB value is (133,28,144). Sum of RGB (Red+Green+Blue) = 133+28+144=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #851C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851C90 is #7AE36F. Grayscale: #484848. Windows color (decimal): -8053616 or 9444485. OLE color: 9444485.
HSL color Cylindrical-coordinate representation of color #851C90: hue angle of 294.31º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851C90 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 28 | 144 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.44 |
| HSL | 294.31º | 0.67% | 0.34% | - |
| HSV(B) | 294.31º | 0.81% | 0.56% | - |
| XYZ | 15.12 | 7.83 | 27.1 | - |
| YUV | 72.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 144 | 0.08 | 0.81 | 0 | 0.44 | 294.31 | 0.67 | 0.34 |
| Hex | 85 | 1C | 90 | 8 | 51 | 0 | 2C | 126 | 43 | 22 |
| Octal | 205 | 34 | 220 | 10 | 121 | 0 | 54 | 446 | 103 | 42 |
| Binary | 10000101 | 11100 | 10010000 | 1000 | 1010001 | 0 | 101100 | 100100110 | 1000011 | 100010 |
Color Harmonies of #851C90
Complementary color
Monochromatic Colors of #851C90
Black with #851C90
Text Example
Text Example
White with #851C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C90; }
p { color: rgb(133,28,144); }
H1.HeaderClassName
{
color: #851C90;
}
.AnyTagClassName
{
color: #851C90;
}
</style>
background-color css
<style>
a { background-color: #851C90; }
a { background-color: rgb(133,28,144); }
div.DivClassName
{
background-color: #851C90;
}
.BgClassName
{
background-color: #851C90;
}
</style>
border-color css
<style>
span { border-color: #851C90; }
span { border-color: rgb(133,28,144); }
td.TdClassName
{
border-color: #851C90;
}
.TagClassName
{
border-color: #851C90;
}
</style>