Shades of Blue Violet #852BDA
Tints of Blue Violet #852BDA
RGB
CMYK
RGB Variations
Color information
#852BDA (or 0x852BDA) is known color: Blue Violet. HEX triplet: 85, 2B and DA. RGB value is (133,43,218). Sum of RGB (Red+Green+Blue) = 133+43+218=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #852BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BDA is #7AD425. Grayscale: #595959. Windows color (decimal): -8049702 or 14297989. OLE color: 14297989.
HSL color Cylindrical-coordinate representation of color #852BDA: hue angle of 270.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852BDA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 43 | 218 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.15 |
| HSL | 270.86º | 0.7% | 0.51% | - |
| HSV(B) | 270.86º | 0.8% | 0.85% | - |
| XYZ | 23.19 | 11.78 | 67.38 | - |
| YUV | 89.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 218 | 0.39 | 0.80 | 0 | 0.15 | 270.86 | 0.7 | 0.51 |
| Hex | 85 | 2B | DA | 27 | 50 | 0 | F | 10F | 46 | 33 |
| Octal | 205 | 53 | 332 | 47 | 120 | 0 | 17 | 417 | 106 | 63 |
| Binary | 10000101 | 101011 | 11011010 | 100111 | 1010000 | 0 | 1111 | 100001111 | 1000110 | 110011 |
Color Harmonies of #852BDA
Complementary color
Monochromatic Colors of #852BDA
Black with #852BDA
Text Example
Text Example
White with #852BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BDA; }
p { color: rgb(133,43,218); }
H1.HeaderClassName
{
color: #852BDA;
}
.AnyTagClassName
{
color: #852BDA;
}
</style>
background-color css
<style>
a { background-color: #852BDA; }
a { background-color: rgb(133,43,218); }
div.DivClassName
{
background-color: #852BDA;
}
.BgClassName
{
background-color: #852BDA;
}
</style>
border-color css
<style>
span { border-color: #852BDA; }
span { border-color: rgb(133,43,218); }
td.TdClassName
{
border-color: #852BDA;
}
.TagClassName
{
border-color: #852BDA;
}
</style>