Shades of Blue Violet #852CFA
Tints of Blue Violet #852CFA
RGB
CMYK
RGB Variations
Color information
#852CFA (or 0x852CFA) is known color: Blue Violet. HEX triplet: 85, 2C and FA. RGB value is (133,44,250). Sum of RGB (Red+Green+Blue) = 133+44+250=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #852CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852CFA is #7AD305. Grayscale: #5D5D5D. Windows color (decimal): -8049414 or 16395397. OLE color: 16395397.
HSL color Cylindrical-coordinate representation of color #852CFA: hue angle of 265.92º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852CFA is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 44 | 250 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.02 |
| HSL | 265.92º | 0.95% | 0.58% | - |
| HSV(B) | 265.92º | 0.82% | 0.98% | - |
| XYZ | 27.83 | 13.69 | 91.62 | - |
| YUV | 94.1 | 215.99 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 250 | 0.47 | 0.82 | 0 | 0.02 | 265.92 | 0.95 | 0.58 |
| Hex | 85 | 2C | FA | 2F | 52 | 0 | 2 | 10A | 5F | 3A |
| Octal | 205 | 54 | 372 | 57 | 122 | 0 | 2 | 412 | 137 | 72 |
| Binary | 10000101 | 101100 | 11111010 | 101111 | 1010010 | 0 | 10 | 100001010 | 1011111 | 111010 |
Color Harmonies of #852CFA
Complementary color
Monochromatic Colors of #852CFA
Black with #852CFA
Text Example
Text Example
White with #852CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CFA; }
p { color: rgb(133,44,250); }
H1.HeaderClassName
{
color: #852CFA;
}
.AnyTagClassName
{
color: #852CFA;
}
</style>
background-color css
<style>
a { background-color: #852CFA; }
a { background-color: rgb(133,44,250); }
div.DivClassName
{
background-color: #852CFA;
}
.BgClassName
{
background-color: #852CFA;
}
</style>
border-color css
<style>
span { border-color: #852CFA; }
span { border-color: rgb(133,44,250); }
td.TdClassName
{
border-color: #852CFA;
}
.TagClassName
{
border-color: #852CFA;
}
</style>