Shades of Vivid Violet #851E8F
Tints of Vivid Violet #851E8F
RGB
CMYK
RGB Variations
Color information
#851E8F (or 0x851E8F) is known color: Vivid Violet. HEX triplet: 85, 1E and 8F. RGB value is (133,30,143). Sum of RGB (Red+Green+Blue) = 133+30+143=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #851E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E8F is #7AE170. Grayscale: #494949. Windows color (decimal): -8053105 or 9379461. OLE color: 9379461.
HSL color Cylindrical-coordinate representation of color #851E8F: hue angle of 294.69º degrees, saturation: 0.65, 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 #851E8F is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 30 | 143 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.44 |
| HSL | 294.69º | 0.65% | 0.34% | - |
| HSV(B) | 294.69º | 0.79% | 0.56% | - |
| XYZ | 15.1 | 7.9 | 26.72 | - |
| YUV | 73.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 143 | 0.07 | 0.79 | 0 | 0.44 | 294.69 | 0.65 | 0.34 |
| Hex | 85 | 1E | 8F | 7 | 4F | 0 | 2C | 127 | 41 | 22 |
| Octal | 205 | 36 | 217 | 7 | 117 | 0 | 54 | 447 | 101 | 42 |
| Binary | 10000101 | 11110 | 10001111 | 111 | 1001111 | 0 | 101100 | 100100111 | 1000001 | 100010 |
Color Harmonies of #851E8F
Complementary color
Monochromatic Colors of #851E8F
Black with #851E8F
Text Example
Text Example
White with #851E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E8F; }
p { color: rgb(133,30,143); }
H1.HeaderClassName
{
color: #851E8F;
}
.AnyTagClassName
{
color: #851E8F;
}
</style>
background-color css
<style>
a { background-color: #851E8F; }
a { background-color: rgb(133,30,143); }
div.DivClassName
{
background-color: #851E8F;
}
.BgClassName
{
background-color: #851E8F;
}
</style>
border-color css
<style>
span { border-color: #851E8F; }
span { border-color: rgb(133,30,143); }
td.TdClassName
{
border-color: #851E8F;
}
.TagClassName
{
border-color: #851E8F;
}
</style>