Shades of Vivid Violet #851D93
Tints of Vivid Violet #851D93
RGB
CMYK
RGB Variations
Color information
#851D93 (or 0x851D93) is known color: Vivid Violet. HEX triplet: 85, 1D and 93. RGB value is (133,29,147). Sum of RGB (Red+Green+Blue) = 133+29+147=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #851D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D93 is #7AE26C. Grayscale: #494949. Windows color (decimal): -8053357 or 9641349. OLE color: 9641349.
HSL color Cylindrical-coordinate representation of color #851D93: hue angle of 292.88º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851D93 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 29 | 147 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.42 |
| HSL | 292.88º | 0.67% | 0.35% | - |
| HSV(B) | 292.88º | 0.8% | 0.58% | - |
| XYZ | 15.38 | 7.97 | 28.33 | - |
| YUV | 73.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 147 | 0.10 | 0.80 | 0 | 0.42 | 292.88 | 0.67 | 0.35 |
| Hex | 85 | 1D | 93 | A | 50 | 0 | 2A | 125 | 43 | 23 |
| Octal | 205 | 35 | 223 | 12 | 120 | 0 | 52 | 445 | 103 | 43 |
| Binary | 10000101 | 11101 | 10010011 | 1010 | 1010000 | 0 | 101010 | 100100101 | 1000011 | 100011 |
Color Harmonies of #851D93
Complementary color
Monochromatic Colors of #851D93
Black with #851D93
Text Example
Text Example
White with #851D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D93; }
p { color: rgb(133,29,147); }
H1.HeaderClassName
{
color: #851D93;
}
.AnyTagClassName
{
color: #851D93;
}
</style>
background-color css
<style>
a { background-color: #851D93; }
a { background-color: rgb(133,29,147); }
div.DivClassName
{
background-color: #851D93;
}
.BgClassName
{
background-color: #851D93;
}
</style>
border-color css
<style>
span { border-color: #851D93; }
span { border-color: rgb(133,29,147); }
td.TdClassName
{
border-color: #851D93;
}
.TagClassName
{
border-color: #851D93;
}
</style>