Shades of Blue Violet #852FFF
Tints of Blue Violet #852FFF
RGB
CMYK
RGB Variations
Color information
#852FFF (or 0x852FFF) is known color: Blue Violet. HEX triplet: 85, 2F and FF. RGB value is (133,47,255). Sum of RGB (Red+Green+Blue) = 133+47+255=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #852FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FFF is #7AD000. Grayscale: #5F5F5F. Windows color (decimal): -8048641 or 16723845. OLE color: 16723845.
HSL color Cylindrical-coordinate representation of color #852FFF: hue angle of 264.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852FFF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 47 | 255 | - |
| CMYK | 0.48 | 0.82 | 0 | 0 |
| HSL | 264.81º | 1% | 0.59% | - |
| HSV(B) | 264.81º | 0.82% | 1% | - |
| XYZ | 28.74 | 14.24 | 95.84 | - |
| YUV | 96.43 | 217.49 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 255 | 0.48 | 0.82 | 0 | 0 | 264.81 | 1 | 0.59 |
| Hex | 85 | 2F | FF | 30 | 52 | 0 | 0 | 109 | 64 | 3B |
| Octal | 205 | 57 | 377 | 60 | 122 | 0 | 0 | 411 | 144 | 73 |
| Binary | 10000101 | 101111 | 11111111 | 110000 | 1010010 | 0 | 0 | 100001001 | 1100100 | 111011 |
Color Harmonies of #852FFF
Complementary color
Monochromatic Colors of #852FFF
Black with #852FFF
Text Example
Text Example
White with #852FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FFF; }
p { color: rgb(133,47,255); }
H1.HeaderClassName
{
color: #852FFF;
}
.AnyTagClassName
{
color: #852FFF;
}
</style>
background-color css
<style>
a { background-color: #852FFF; }
a { background-color: rgb(133,47,255); }
div.DivClassName
{
background-color: #852FFF;
}
.BgClassName
{
background-color: #852FFF;
}
</style>
border-color css
<style>
span { border-color: #852FFF; }
span { border-color: rgb(133,47,255); }
td.TdClassName
{
border-color: #852FFF;
}
.TagClassName
{
border-color: #852FFF;
}
</style>