Shades of Blue Violet #852AFF
Tints of Blue Violet #852AFF
RGB
CMYK
RGB Variations
Color information
#852AFF (or 0x852AFF) is known color: Blue Violet. HEX triplet: 85, 2A and FF. RGB value is (133,42,255). Sum of RGB (Red+Green+Blue) = 133+42+255=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #852AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AFF is #7AD500. Grayscale: #5C5C5C. Windows color (decimal): -8049921 or 16722565. OLE color: 16722565.
HSL color Cylindrical-coordinate representation of color #852AFF: hue angle of 265.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #852AFF is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 42 | 255 | - |
| CMYK | 0.48 | 0.84 | 0 | 0 |
| HSL | 265.63º | 1% | 0.58% | - |
| HSV(B) | 265.63º | 0.84% | 1% | - |
| XYZ | 28.55 | 13.86 | 95.78 | - |
| YUV | 93.49 | 219.15 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 255 | 0.48 | 0.84 | 0 | 0 | 265.63 | 1 | 0.58 |
| Hex | 85 | 2A | FF | 30 | 54 | 0 | 0 | 10A | 64 | 3A |
| Octal | 205 | 52 | 377 | 60 | 124 | 0 | 0 | 412 | 144 | 72 |
| Binary | 10000101 | 101010 | 11111111 | 110000 | 1010100 | 0 | 0 | 100001010 | 1100100 | 111010 |
Color Harmonies of #852AFF
Complementary color
Monochromatic Colors of #852AFF
Black with #852AFF
Text Example
Text Example
White with #852AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AFF; }
p { color: rgb(133,42,255); }
H1.HeaderClassName
{
color: #852AFF;
}
.AnyTagClassName
{
color: #852AFF;
}
</style>
background-color css
<style>
a { background-color: #852AFF; }
a { background-color: rgb(133,42,255); }
div.DivClassName
{
background-color: #852AFF;
}
.BgClassName
{
background-color: #852AFF;
}
</style>
border-color css
<style>
span { border-color: #852AFF; }
span { border-color: rgb(133,42,255); }
td.TdClassName
{
border-color: #852AFF;
}
.TagClassName
{
border-color: #852AFF;
}
</style>