Shades of Blue Violet #852DFD
Tints of Blue Violet #852DFD
RGB
CMYK
RGB Variations
Color information
#852DFD (or 0x852DFD) is known color: Blue Violet. HEX triplet: 85, 2D and FD. RGB value is (133,45,253). Sum of RGB (Red+Green+Blue) = 133+45+253=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #852DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DFD is #7AD202. Grayscale: #5E5E5E. Windows color (decimal): -8049155 or 16592261. OLE color: 16592261.
HSL color Cylindrical-coordinate representation of color #852DFD: hue angle of 265.38º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852DFD is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 45 | 253 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.01 |
| HSL | 265.38º | 0.98% | 0.58% | - |
| HSV(B) | 265.38º | 0.82% | 0.99% | - |
| XYZ | 28.34 | 13.96 | 94.13 | - |
| YUV | 95.02 | 217.15 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 253 | 0.47 | 0.82 | 0 | 0.01 | 265.38 | 0.98 | 0.58 |
| Hex | 85 | 2D | FD | 2F | 52 | 0 | 1 | 109 | 62 | 3A |
| Octal | 205 | 55 | 375 | 57 | 122 | 0 | 1 | 411 | 142 | 72 |
| Binary | 10000101 | 101101 | 11111101 | 101111 | 1010010 | 0 | 1 | 100001001 | 1100010 | 111010 |
Color Harmonies of #852DFD
Complementary color
Monochromatic Colors of #852DFD
Black with #852DFD
Text Example
Text Example
White with #852DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DFD; }
p { color: rgb(133,45,253); }
H1.HeaderClassName
{
color: #852DFD;
}
.AnyTagClassName
{
color: #852DFD;
}
</style>
background-color css
<style>
a { background-color: #852DFD; }
a { background-color: rgb(133,45,253); }
div.DivClassName
{
background-color: #852DFD;
}
.BgClassName
{
background-color: #852DFD;
}
</style>
border-color css
<style>
span { border-color: #852DFD; }
span { border-color: rgb(133,45,253); }
td.TdClassName
{
border-color: #852DFD;
}
.TagClassName
{
border-color: #852DFD;
}
</style>