Shades of Blue Violet #852ACF
Tints of Blue Violet #852ACF
RGB
CMYK
RGB Variations
Color information
#852ACF (or 0x852ACF) is known color: Blue Violet. HEX triplet: 85, 2A and CF. RGB value is (133,42,207). Sum of RGB (Red+Green+Blue) = 133+42+207=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #852ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ACF is #7AD530. Grayscale: #575757. Windows color (decimal): -8049969 or 13576837. OLE color: 13576837.
HSL color Cylindrical-coordinate representation of color #852ACF: hue angle of 273.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852ACF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 42 | 207 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.19 |
| HSL | 273.09º | 0.66% | 0.49% | - |
| HSV(B) | 273.09º | 0.8% | 0.81% | - |
| XYZ | 21.76 | 11.15 | 60.04 | - |
| YUV | 88.02 | 195.15 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 207 | 0.36 | 0.80 | 0 | 0.19 | 273.09 | 0.66 | 0.49 |
| Hex | 85 | 2A | CF | 24 | 50 | 0 | 13 | 111 | 42 | 31 |
| Octal | 205 | 52 | 317 | 44 | 120 | 0 | 23 | 421 | 102 | 61 |
| Binary | 10000101 | 101010 | 11001111 | 100100 | 1010000 | 0 | 10011 | 100010001 | 1000010 | 110001 |
Color Harmonies of #852ACF
Complementary color
Monochromatic Colors of #852ACF
Black with #852ACF
Text Example
Text Example
White with #852ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ACF; }
p { color: rgb(133,42,207); }
H1.HeaderClassName
{
color: #852ACF;
}
.AnyTagClassName
{
color: #852ACF;
}
</style>
background-color css
<style>
a { background-color: #852ACF; }
a { background-color: rgb(133,42,207); }
div.DivClassName
{
background-color: #852ACF;
}
.BgClassName
{
background-color: #852ACF;
}
</style>
border-color css
<style>
span { border-color: #852ACF; }
span { border-color: rgb(133,42,207); }
td.TdClassName
{
border-color: #852ACF;
}
.TagClassName
{
border-color: #852ACF;
}
</style>