Shades of Blue Violet #852DF3
Tints of Blue Violet #852DF3
RGB
CMYK
RGB Variations
Color information
#852DF3 (or 0x852DF3) is known color: Blue Violet. HEX triplet: 85, 2D and F3. RGB value is (133,45,243). Sum of RGB (Red+Green+Blue) = 133+45+243=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #852DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DF3 is #7AD20C. Grayscale: #5D5D5D. Windows color (decimal): -8049165 or 15936901. OLE color: 15936901.
HSL color Cylindrical-coordinate representation of color #852DF3: hue angle of 266.67º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852DF3 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 45 | 243 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.05 |
| HSL | 266.67º | 0.89% | 0.56% | - |
| HSV(B) | 266.67º | 0.81% | 0.95% | - |
| XYZ | 26.79 | 13.33 | 85.96 | - |
| YUV | 93.88 | 212.15 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 243 | 0.45 | 0.81 | 0 | 0.05 | 266.67 | 0.89 | 0.56 |
| Hex | 85 | 2D | F3 | 2D | 51 | 0 | 5 | 10B | 59 | 38 |
| Octal | 205 | 55 | 363 | 55 | 121 | 0 | 5 | 413 | 131 | 70 |
| Binary | 10000101 | 101101 | 11110011 | 101101 | 1010001 | 0 | 101 | 100001011 | 1011001 | 111000 |
Color Harmonies of #852DF3
Complementary color
Monochromatic Colors of #852DF3
Black with #852DF3
Text Example
Text Example
White with #852DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DF3; }
p { color: rgb(133,45,243); }
H1.HeaderClassName
{
color: #852DF3;
}
.AnyTagClassName
{
color: #852DF3;
}
</style>
background-color css
<style>
a { background-color: #852DF3; }
a { background-color: rgb(133,45,243); }
div.DivClassName
{
background-color: #852DF3;
}
.BgClassName
{
background-color: #852DF3;
}
</style>
border-color css
<style>
span { border-color: #852DF3; }
span { border-color: rgb(133,45,243); }
td.TdClassName
{
border-color: #852DF3;
}
.TagClassName
{
border-color: #852DF3;
}
</style>