Shades of Blue Violet #852BFE
Tints of Blue Violet #852BFE
RGB
CMYK
RGB Variations
Color information
#852BFE (or 0x852BFE) is known color: Blue Violet. HEX triplet: 85, 2B and FE. RGB value is (133,43,254). Sum of RGB (Red+Green+Blue) = 133+43+254=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #852BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852BFE is #7AD401. Grayscale: #5D5D5D. Windows color (decimal): -8049666 or 16657285. OLE color: 16657285.
HSL color Cylindrical-coordinate representation of color #852BFE: hue angle of 265.59º 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 #852BFE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 43 | 254 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.00 |
| HSL | 265.59º | 0.99% | 0.58% | - |
| HSV(B) | 265.59º | 0.83% | 1% | - |
| XYZ | 28.43 | 13.87 | 94.94 | - |
| YUV | 93.96 | 218.32 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 254 | 0.48 | 0.83 | 0 | 0.00 | 265.59 | 0.99 | 0.58 |
| Hex | 85 | 2B | FE | 30 | 53 | 0 | 0 | 10A | 63 | 3A |
| Octal | 205 | 53 | 376 | 60 | 123 | 0 | 0 | 412 | 143 | 72 |
| Binary | 10000101 | 101011 | 11111110 | 110000 | 1010011 | 0 | 0 | 100001010 | 1100011 | 111010 |
Color Harmonies of #852BFE
Complementary color
Monochromatic Colors of #852BFE
Black with #852BFE
Text Example
Text Example
White with #852BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BFE; }
p { color: rgb(133,43,254); }
H1.HeaderClassName
{
color: #852BFE;
}
.AnyTagClassName
{
color: #852BFE;
}
</style>
background-color css
<style>
a { background-color: #852BFE; }
a { background-color: rgb(133,43,254); }
div.DivClassName
{
background-color: #852BFE;
}
.BgClassName
{
background-color: #852BFE;
}
</style>
border-color css
<style>
span { border-color: #852BFE; }
span { border-color: rgb(133,43,254); }
td.TdClassName
{
border-color: #852BFE;
}
.TagClassName
{
border-color: #852BFE;
}
</style>