Shades of Vivid Violet #851A9A
Tints of Vivid Violet #851A9A
RGB
CMYK
RGB Variations
Color information
#851A9A (or 0x851A9A) is known color: Vivid Violet. HEX triplet: 85, 1A and 9A. RGB value is (133,26,154). Sum of RGB (Red+Green+Blue) = 133+26+154=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #851A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A9A is #7AE565. Grayscale: #484848. Windows color (decimal): -8054118 or 10099333. OLE color: 10099333.
HSL color Cylindrical-coordinate representation of color #851A9A: hue angle of 290.16º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851A9A is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 26 | 154 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.40 |
| HSL | 290.16º | 0.71% | 0.35% | - |
| HSV(B) | 290.16º | 0.83% | 0.6% | - |
| XYZ | 15.88 | 8.06 | 31.29 | - |
| YUV | 72.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 154 | 0.14 | 0.83 | 0 | 0.40 | 290.16 | 0.71 | 0.35 |
| Hex | 85 | 1A | 9A | E | 53 | 0 | 28 | 122 | 47 | 23 |
| Octal | 205 | 32 | 232 | 16 | 123 | 0 | 50 | 442 | 107 | 43 |
| Binary | 10000101 | 11010 | 10011010 | 1110 | 1010011 | 0 | 101000 | 100100010 | 1000111 | 100011 |
Color Harmonies of #851A9A
Complementary color
Monochromatic Colors of #851A9A
Black with #851A9A
Text Example
Text Example
White with #851A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A9A; }
p { color: rgb(133,26,154); }
H1.HeaderClassName
{
color: #851A9A;
}
.AnyTagClassName
{
color: #851A9A;
}
</style>
background-color css
<style>
a { background-color: #851A9A; }
a { background-color: rgb(133,26,154); }
div.DivClassName
{
background-color: #851A9A;
}
.BgClassName
{
background-color: #851A9A;
}
</style>
border-color css
<style>
span { border-color: #851A9A; }
span { border-color: rgb(133,26,154); }
td.TdClassName
{
border-color: #851A9A;
}
.TagClassName
{
border-color: #851A9A;
}
</style>