Shades of Blue Violet #852CFC
Tints of Blue Violet #852CFC
RGB
CMYK
RGB Variations
Color information
#852CFC (or 0x852CFC) is known color: Blue Violet. HEX triplet: 85, 2C and FC. RGB value is (133,44,252). Sum of RGB (Red+Green+Blue) = 133+44+252=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #852CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852CFC is #7AD303. Grayscale: #5D5D5D. Windows color (decimal): -8049412 or 16526469. OLE color: 16526469.
HSL color Cylindrical-coordinate representation of color #852CFC: hue angle of 265.67º degrees, saturation: 0.97, 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 #852CFC is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 44 | 252 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.01 |
| HSL | 265.67º | 0.97% | 0.58% | - |
| HSV(B) | 265.67º | 0.83% | 0.99% | - |
| XYZ | 28.14 | 13.82 | 93.28 | - |
| YUV | 94.32 | 216.99 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 252 | 0.47 | 0.83 | 0 | 0.01 | 265.67 | 0.97 | 0.58 |
| Hex | 85 | 2C | FC | 2F | 53 | 0 | 1 | 10A | 61 | 3A |
| Octal | 205 | 54 | 374 | 57 | 123 | 0 | 1 | 412 | 141 | 72 |
| Binary | 10000101 | 101100 | 11111100 | 101111 | 1010011 | 0 | 1 | 100001010 | 1100001 | 111010 |
Color Harmonies of #852CFC
Complementary color
Monochromatic Colors of #852CFC
Black with #852CFC
Text Example
Text Example
White with #852CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CFC; }
p { color: rgb(133,44,252); }
H1.HeaderClassName
{
color: #852CFC;
}
.AnyTagClassName
{
color: #852CFC;
}
</style>
background-color css
<style>
a { background-color: #852CFC; }
a { background-color: rgb(133,44,252); }
div.DivClassName
{
background-color: #852CFC;
}
.BgClassName
{
background-color: #852CFC;
}
</style>
border-color css
<style>
span { border-color: #852CFC; }
span { border-color: rgb(133,44,252); }
td.TdClassName
{
border-color: #852CFC;
}
.TagClassName
{
border-color: #852CFC;
}
</style>