Shades of Blue Violet #852FDF
Tints of Blue Violet #852FDF
RGB
CMYK
RGB Variations
Color information
#852FDF (or 0x852FDF) is known color: Blue Violet. HEX triplet: 85, 2F and DF. RGB value is (133,47,223). Sum of RGB (Red+Green+Blue) = 133+47+223=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #852FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FDF is #7AD020. Grayscale: #5C5C5C. Windows color (decimal): -8048673 or 14626693. OLE color: 14626693.
HSL color Cylindrical-coordinate representation of color #852FDF: hue angle of 269.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852FDF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 47 | 223 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.13 |
| HSL | 269.32º | 0.73% | 0.53% | - |
| HSV(B) | 269.32º | 0.79% | 0.87% | - |
| XYZ | 24.01 | 12.35 | 70.93 | - |
| YUV | 92.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 223 | 0.40 | 0.79 | 0 | 0.13 | 269.32 | 0.73 | 0.53 |
| Hex | 85 | 2F | DF | 28 | 4F | 0 | D | 10D | 49 | 35 |
| Octal | 205 | 57 | 337 | 50 | 117 | 0 | 15 | 415 | 111 | 65 |
| Binary | 10000101 | 101111 | 11011111 | 101000 | 1001111 | 0 | 1101 | 100001101 | 1001001 | 110101 |
Color Harmonies of #852FDF
Complementary color
Monochromatic Colors of #852FDF
Black with #852FDF
Text Example
Text Example
White with #852FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FDF; }
p { color: rgb(133,47,223); }
H1.HeaderClassName
{
color: #852FDF;
}
.AnyTagClassName
{
color: #852FDF;
}
</style>
background-color css
<style>
a { background-color: #852FDF; }
a { background-color: rgb(133,47,223); }
div.DivClassName
{
background-color: #852FDF;
}
.BgClassName
{
background-color: #852FDF;
}
</style>
border-color css
<style>
span { border-color: #852FDF; }
span { border-color: rgb(133,47,223); }
td.TdClassName
{
border-color: #852FDF;
}
.TagClassName
{
border-color: #852FDF;
}
</style>