Shades of Blue Violet #852FCF
Tints of Blue Violet #852FCF
RGB
CMYK
RGB Variations
Color information
#852FCF (or 0x852FCF) is known color: Blue Violet. HEX triplet: 85, 2F and CF. RGB value is (133,47,207). Sum of RGB (Red+Green+Blue) = 133+47+207=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #852FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FCF is #7AD030. Grayscale: #5A5A5A. Windows color (decimal): -8048689 or 13578117. OLE color: 13578117.
HSL color Cylindrical-coordinate representation of color #852FCF: hue angle of 272.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852FCF is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 47 | 207 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.19 |
| HSL | 272.25º | 0.63% | 0.5% | - |
| HSV(B) | 272.25º | 0.77% | 0.81% | - |
| XYZ | 21.95 | 11.52 | 60.1 | - |
| YUV | 90.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 207 | 0.36 | 0.77 | 0 | 0.19 | 272.25 | 0.63 | 0.5 |
| Hex | 85 | 2F | CF | 24 | 4D | 0 | 13 | 110 | 3F | 32 |
| Octal | 205 | 57 | 317 | 44 | 115 | 0 | 23 | 420 | 77 | 62 |
| Binary | 10000101 | 101111 | 11001111 | 100100 | 1001101 | 0 | 10011 | 100010000 | 111111 | 110010 |
Color Harmonies of #852FCF
Complementary color
Monochromatic Colors of #852FCF
Black with #852FCF
Text Example
Text Example
White with #852FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FCF; }
p { color: rgb(133,47,207); }
H1.HeaderClassName
{
color: #852FCF;
}
.AnyTagClassName
{
color: #852FCF;
}
</style>
background-color css
<style>
a { background-color: #852FCF; }
a { background-color: rgb(133,47,207); }
div.DivClassName
{
background-color: #852FCF;
}
.BgClassName
{
background-color: #852FCF;
}
</style>
border-color css
<style>
span { border-color: #852FCF; }
span { border-color: rgb(133,47,207); }
td.TdClassName
{
border-color: #852FCF;
}
.TagClassName
{
border-color: #852FCF;
}
</style>