Shades of Vivid Violet #851E90
Tints of Vivid Violet #851E90
RGB
CMYK
RGB Variations
Color information
#851E90 (or 0x851E90) is known color: Vivid Violet. HEX triplet: 85, 1E and 90. RGB value is (133,30,144). Sum of RGB (Red+Green+Blue) = 133+30+144=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #851E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E90 is #7AE16F. Grayscale: #494949. Windows color (decimal): -8053104 or 9444997. OLE color: 9444997.
HSL color Cylindrical-coordinate representation of color #851E90: hue angle of 294.21º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851E90 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 30 | 144 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.44 |
| HSL | 294.21º | 0.66% | 0.34% | - |
| HSV(B) | 294.21º | 0.79% | 0.56% | - |
| XYZ | 15.17 | 7.93 | 27.12 | - |
| YUV | 73.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 144 | 0.08 | 0.79 | 0 | 0.44 | 294.21 | 0.66 | 0.34 |
| Hex | 85 | 1E | 90 | 8 | 4F | 0 | 2C | 126 | 42 | 22 |
| Octal | 205 | 36 | 220 | 10 | 117 | 0 | 54 | 446 | 102 | 42 |
| Binary | 10000101 | 11110 | 10010000 | 1000 | 1001111 | 0 | 101100 | 100100110 | 1000010 | 100010 |
Color Harmonies of #851E90
Complementary color
Monochromatic Colors of #851E90
Black with #851E90
Text Example
Text Example
White with #851E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E90; }
p { color: rgb(133,30,144); }
H1.HeaderClassName
{
color: #851E90;
}
.AnyTagClassName
{
color: #851E90;
}
</style>
background-color css
<style>
a { background-color: #851E90; }
a { background-color: rgb(133,30,144); }
div.DivClassName
{
background-color: #851E90;
}
.BgClassName
{
background-color: #851E90;
}
</style>
border-color css
<style>
span { border-color: #851E90; }
span { border-color: rgb(133,30,144); }
td.TdClassName
{
border-color: #851E90;
}
.TagClassName
{
border-color: #851E90;
}
</style>