Shades of Blue Violet #852CFD
Tints of Blue Violet #852CFD
RGB
CMYK
RGB Variations
Color information
#852CFD (or 0x852CFD) is known color: Blue Violet. HEX triplet: 85, 2C and FD. RGB value is (133,44,253). Sum of RGB (Red+Green+Blue) = 133+44+253=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #852CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852CFD is #7AD302. Grayscale: #5D5D5D. Windows color (decimal): -8049411 or 16592005. OLE color: 16592005.
HSL color Cylindrical-coordinate representation of color #852CFD: hue angle of 265.55º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852CFD is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 44 | 253 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.01 |
| HSL | 265.55º | 0.98% | 0.58% | - |
| HSV(B) | 265.55º | 0.83% | 0.99% | - |
| XYZ | 28.3 | 13.88 | 94.12 | - |
| YUV | 94.44 | 217.49 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 253 | 0.47 | 0.83 | 0 | 0.01 | 265.55 | 0.98 | 0.58 |
| Hex | 85 | 2C | FD | 2F | 53 | 0 | 1 | 10A | 62 | 3A |
| Octal | 205 | 54 | 375 | 57 | 123 | 0 | 1 | 412 | 142 | 72 |
| Binary | 10000101 | 101100 | 11111101 | 101111 | 1010011 | 0 | 1 | 100001010 | 1100010 | 111010 |
Color Harmonies of #852CFD
Complementary color
Monochromatic Colors of #852CFD
Black with #852CFD
Text Example
Text Example
White with #852CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CFD; }
p { color: rgb(133,44,253); }
H1.HeaderClassName
{
color: #852CFD;
}
.AnyTagClassName
{
color: #852CFD;
}
</style>
background-color css
<style>
a { background-color: #852CFD; }
a { background-color: rgb(133,44,253); }
div.DivClassName
{
background-color: #852CFD;
}
.BgClassName
{
background-color: #852CFD;
}
</style>
border-color css
<style>
span { border-color: #852CFD; }
span { border-color: rgb(133,44,253); }
td.TdClassName
{
border-color: #852CFD;
}
.TagClassName
{
border-color: #852CFD;
}
</style>