Shades of Vivid Violet #851AAA
Tints of Vivid Violet #851AAA
RGB
CMYK
RGB Variations
Color information
#851AAA (or 0x851AAA) is known color: Vivid Violet. HEX triplet: 85, 1A and AA. RGB value is (133,26,170). Sum of RGB (Red+Green+Blue) = 133+26+170=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #851AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851AAA is #7AE555. Grayscale: #494949. Windows color (decimal): -8054102 or 11147909. OLE color: 11147909.
HSL color Cylindrical-coordinate representation of color #851AAA: hue angle of 284.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851AAA is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 26 | 170 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.33 |
| HSL | 284.58º | 0.73% | 0.38% | - |
| HSV(B) | 284.58º | 0.85% | 0.67% | - |
| XYZ | 17.3 | 8.63 | 38.78 | - |
| YUV | 74.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 170 | 0.22 | 0.85 | 0 | 0.33 | 284.58 | 0.73 | 0.38 |
| Hex | 85 | 1A | AA | 16 | 55 | 0 | 21 | 11D | 49 | 26 |
| Octal | 205 | 32 | 252 | 26 | 125 | 0 | 41 | 435 | 111 | 46 |
| Binary | 10000101 | 11010 | 10101010 | 10110 | 1010101 | 0 | 100001 | 100011101 | 1001001 | 100110 |
Color Harmonies of #851AAA
Complementary color
Monochromatic Colors of #851AAA
Black with #851AAA
Text Example
Text Example
White with #851AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851AAA; }
p { color: rgb(133,26,170); }
H1.HeaderClassName
{
color: #851AAA;
}
.AnyTagClassName
{
color: #851AAA;
}
</style>
background-color css
<style>
a { background-color: #851AAA; }
a { background-color: rgb(133,26,170); }
div.DivClassName
{
background-color: #851AAA;
}
.BgClassName
{
background-color: #851AAA;
}
</style>
border-color css
<style>
span { border-color: #851AAA; }
span { border-color: rgb(133,26,170); }
td.TdClassName
{
border-color: #851AAA;
}
.TagClassName
{
border-color: #851AAA;
}
</style>