Shades of Blue Violet #851ACE
Tints of Blue Violet #851ACE
RGB
CMYK
RGB Variations
Color information
#851ACE (or 0x851ACE) is known color: Blue Violet. HEX triplet: 85, 1A and CE. RGB value is (133,26,206). Sum of RGB (Red+Green+Blue) = 133+26+206=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #851ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ACE is #7AE531. Grayscale: #4D4D4D. Windows color (decimal): -8054066 or 13507205. OLE color: 13507205.
HSL color Cylindrical-coordinate representation of color #851ACE: hue angle of 275.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851ACE is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 26 | 206 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.19 |
| HSL | 275.67º | 0.78% | 0.45% | - |
| HSV(B) | 275.67º | 0.87% | 0.81% | - |
| XYZ | 21.18 | 10.18 | 59.24 | - |
| YUV | 78.51 | 199.95 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 206 | 0.35 | 0.87 | 0 | 0.19 | 275.67 | 0.78 | 0.45 |
| Hex | 85 | 1A | CE | 23 | 57 | 0 | 13 | 114 | 4E | 2D |
| Octal | 205 | 32 | 316 | 43 | 127 | 0 | 23 | 424 | 116 | 55 |
| Binary | 10000101 | 11010 | 11001110 | 100011 | 1010111 | 0 | 10011 | 100010100 | 1001110 | 101101 |
Color Harmonies of #851ACE
Complementary color
Monochromatic Colors of #851ACE
Black with #851ACE
Text Example
Text Example
White with #851ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851ACE; }
p { color: rgb(133,26,206); }
H1.HeaderClassName
{
color: #851ACE;
}
.AnyTagClassName
{
color: #851ACE;
}
</style>
background-color css
<style>
a { background-color: #851ACE; }
a { background-color: rgb(133,26,206); }
div.DivClassName
{
background-color: #851ACE;
}
.BgClassName
{
background-color: #851ACE;
}
</style>
border-color css
<style>
span { border-color: #851ACE; }
span { border-color: rgb(133,26,206); }
td.TdClassName
{
border-color: #851ACE;
}
.TagClassName
{
border-color: #851ACE;
}
</style>