Shades of Blue Violet #852FFD
Tints of Blue Violet #852FFD
RGB
CMYK
RGB Variations
Color information
#852FFD (or 0x852FFD) is known color: Blue Violet. HEX triplet: 85, 2F and FD. RGB value is (133,47,253). Sum of RGB (Red+Green+Blue) = 133+47+253=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #852FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FFD is #7AD002. Grayscale: #5F5F5F. Windows color (decimal): -8048643 or 16592773. OLE color: 16592773.
HSL color Cylindrical-coordinate representation of color #852FFD: hue angle of 265.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852FFD is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 47 | 253 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.01 |
| HSL | 265.05º | 0.98% | 0.59% | - |
| HSV(B) | 265.05º | 0.81% | 0.99% | - |
| XYZ | 28.42 | 14.11 | 94.15 | - |
| YUV | 96.2 | 216.49 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 253 | 0.47 | 0.81 | 0 | 0.01 | 265.05 | 0.98 | 0.59 |
| Hex | 85 | 2F | FD | 2F | 51 | 0 | 1 | 109 | 62 | 3B |
| Octal | 205 | 57 | 375 | 57 | 121 | 0 | 1 | 411 | 142 | 73 |
| Binary | 10000101 | 101111 | 11111101 | 101111 | 1010001 | 0 | 1 | 100001001 | 1100010 | 111011 |
Color Harmonies of #852FFD
Complementary color
Monochromatic Colors of #852FFD
Black with #852FFD
Text Example
Text Example
White with #852FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FFD; }
p { color: rgb(133,47,253); }
H1.HeaderClassName
{
color: #852FFD;
}
.AnyTagClassName
{
color: #852FFD;
}
</style>
background-color css
<style>
a { background-color: #852FFD; }
a { background-color: rgb(133,47,253); }
div.DivClassName
{
background-color: #852FFD;
}
.BgClassName
{
background-color: #852FFD;
}
</style>
border-color css
<style>
span { border-color: #852FFD; }
span { border-color: rgb(133,47,253); }
td.TdClassName
{
border-color: #852FFD;
}
.TagClassName
{
border-color: #852FFD;
}
</style>