Shades of Blue Violet #852AFE
Tints of Blue Violet #852AFE
RGB
CMYK
RGB Variations
Color information
#852AFE (or 0x852AFE) is known color: Blue Violet. HEX triplet: 85, 2A and FE. RGB value is (133,42,254). Sum of RGB (Red+Green+Blue) = 133+42+254=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #852AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AFE is #7AD501. Grayscale: #5C5C5C. Windows color (decimal): -8049922 or 16657029. OLE color: 16657029.
HSL color Cylindrical-coordinate representation of color #852AFE: hue angle of 265.75º 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 #852AFE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 42 | 254 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.00 |
| HSL | 265.75º | 0.99% | 0.58% | - |
| HSV(B) | 265.75º | 0.83% | 1% | - |
| XYZ | 28.39 | 13.8 | 94.93 | - |
| YUV | 93.38 | 218.65 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 254 | 0.48 | 0.83 | 0 | 0.00 | 265.75 | 0.99 | 0.58 |
| Hex | 85 | 2A | FE | 30 | 53 | 0 | 0 | 10A | 63 | 3A |
| Octal | 205 | 52 | 376 | 60 | 123 | 0 | 0 | 412 | 143 | 72 |
| Binary | 10000101 | 101010 | 11111110 | 110000 | 1010011 | 0 | 0 | 100001010 | 1100011 | 111010 |
Color Harmonies of #852AFE
Complementary color
Monochromatic Colors of #852AFE
Black with #852AFE
Text Example
Text Example
White with #852AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AFE; }
p { color: rgb(133,42,254); }
H1.HeaderClassName
{
color: #852AFE;
}
.AnyTagClassName
{
color: #852AFE;
}
</style>
background-color css
<style>
a { background-color: #852AFE; }
a { background-color: rgb(133,42,254); }
div.DivClassName
{
background-color: #852AFE;
}
.BgClassName
{
background-color: #852AFE;
}
</style>
border-color css
<style>
span { border-color: #852AFE; }
span { border-color: rgb(133,42,254); }
td.TdClassName
{
border-color: #852AFE;
}
.TagClassName
{
border-color: #852AFE;
}
</style>