Shades of Blue Violet #852CFE
Tints of Blue Violet #852CFE
RGB
CMYK
RGB Variations
Color information
#852CFE (or 0x852CFE) is known color: Blue Violet. HEX triplet: 85, 2C and FE. RGB value is (133,44,254). Sum of RGB (Red+Green+Blue) = 133+44+254=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #852CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852CFE is #7AD301. Grayscale: #5D5D5D. Windows color (decimal): -8049410 or 16657541. OLE color: 16657541.
HSL color Cylindrical-coordinate representation of color #852CFE: hue angle of 265.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852CFE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 44 | 254 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.00 |
| HSL | 265.43º | 0.99% | 0.58% | - |
| HSV(B) | 265.43º | 0.83% | 1% | - |
| XYZ | 28.46 | 13.94 | 94.96 | - |
| YUV | 94.55 | 217.99 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 254 | 0.48 | 0.83 | 0 | 0.00 | 265.43 | 0.99 | 0.58 |
| Hex | 85 | 2C | FE | 30 | 53 | 0 | 0 | 109 | 63 | 3A |
| Octal | 205 | 54 | 376 | 60 | 123 | 0 | 0 | 411 | 143 | 72 |
| Binary | 10000101 | 101100 | 11111110 | 110000 | 1010011 | 0 | 0 | 100001001 | 1100011 | 111010 |
Color Harmonies of #852CFE
Complementary color
Monochromatic Colors of #852CFE
Black with #852CFE
Text Example
Text Example
White with #852CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CFE; }
p { color: rgb(133,44,254); }
H1.HeaderClassName
{
color: #852CFE;
}
.AnyTagClassName
{
color: #852CFE;
}
</style>
background-color css
<style>
a { background-color: #852CFE; }
a { background-color: rgb(133,44,254); }
div.DivClassName
{
background-color: #852CFE;
}
.BgClassName
{
background-color: #852CFE;
}
</style>
border-color css
<style>
span { border-color: #852CFE; }
span { border-color: rgb(133,44,254); }
td.TdClassName
{
border-color: #852CFE;
}
.TagClassName
{
border-color: #852CFE;
}
</style>