Shades of Blue Violet #852FFA
Tints of Blue Violet #852FFA
RGB
CMYK
RGB Variations
Color information
#852FFA (or 0x852FFA) is known color: Blue Violet. HEX triplet: 85, 2F and FA. RGB value is (133,47,250). Sum of RGB (Red+Green+Blue) = 133+47+250=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #852FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FFA is #7AD005. Grayscale: #5F5F5F. Windows color (decimal): -8048646 or 16396165. OLE color: 16396165.
HSL color Cylindrical-coordinate representation of color #852FFA: hue angle of 265.42º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852FFA is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 47 | 250 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.02 |
| HSL | 265.42º | 0.95% | 0.58% | - |
| HSV(B) | 265.42º | 0.81% | 0.98% | - |
| XYZ | 27.94 | 13.92 | 91.66 | - |
| YUV | 95.86 | 214.99 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 250 | 0.47 | 0.81 | 0 | 0.02 | 265.42 | 0.95 | 0.58 |
| Hex | 85 | 2F | FA | 2F | 51 | 0 | 2 | 109 | 5F | 3A |
| Octal | 205 | 57 | 372 | 57 | 121 | 0 | 2 | 411 | 137 | 72 |
| Binary | 10000101 | 101111 | 11111010 | 101111 | 1010001 | 0 | 10 | 100001001 | 1011111 | 111010 |
Color Harmonies of #852FFA
Complementary color
Monochromatic Colors of #852FFA
Black with #852FFA
Text Example
Text Example
White with #852FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FFA; }
p { color: rgb(133,47,250); }
H1.HeaderClassName
{
color: #852FFA;
}
.AnyTagClassName
{
color: #852FFA;
}
</style>
background-color css
<style>
a { background-color: #852FFA; }
a { background-color: rgb(133,47,250); }
div.DivClassName
{
background-color: #852FFA;
}
.BgClassName
{
background-color: #852FFA;
}
</style>
border-color css
<style>
span { border-color: #852FFA; }
span { border-color: rgb(133,47,250); }
td.TdClassName
{
border-color: #852FFA;
}
.TagClassName
{
border-color: #852FFA;
}
</style>