Shades of Vivid Violet #851E8E
Tints of Vivid Violet #851E8E
RGB
CMYK
RGB Variations
Color information
#851E8E (or 0x851E8E) is known color: Vivid Violet. HEX triplet: 85, 1E and 8E. RGB value is (133,30,142). Sum of RGB (Red+Green+Blue) = 133+30+142=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #851E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E8E is #7AE171. Grayscale: #494949. Windows color (decimal): -8053106 or 9313925. OLE color: 9313925.
HSL color Cylindrical-coordinate representation of color #851E8E: hue angle of 295.18º 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 #851E8E is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 30 | 142 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.44 |
| HSL | 295.18º | 0.65% | 0.34% | - |
| HSV(B) | 295.18º | 0.79% | 0.56% | - |
| XYZ | 15.02 | 7.87 | 26.32 | - |
| YUV | 73.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 142 | 0.06 | 0.79 | 0 | 0.44 | 295.18 | 0.65 | 0.34 |
| Hex | 85 | 1E | 8E | 6 | 4F | 0 | 2C | 127 | 41 | 22 |
| Octal | 205 | 36 | 216 | 6 | 117 | 0 | 54 | 447 | 101 | 42 |
| Binary | 10000101 | 11110 | 10001110 | 110 | 1001111 | 0 | 101100 | 100100111 | 1000001 | 100010 |
Color Harmonies of #851E8E
Complementary color
Monochromatic Colors of #851E8E
Black with #851E8E
Text Example
Text Example
White with #851E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E8E; }
p { color: rgb(133,30,142); }
H1.HeaderClassName
{
color: #851E8E;
}
.AnyTagClassName
{
color: #851E8E;
}
</style>
background-color css
<style>
a { background-color: #851E8E; }
a { background-color: rgb(133,30,142); }
div.DivClassName
{
background-color: #851E8E;
}
.BgClassName
{
background-color: #851E8E;
}
</style>
border-color css
<style>
span { border-color: #851E8E; }
span { border-color: rgb(133,30,142); }
td.TdClassName
{
border-color: #851E8E;
}
.TagClassName
{
border-color: #851E8E;
}
</style>