Shades of Blue Violet #852EDA
Tints of Blue Violet #852EDA
RGB
CMYK
RGB Variations
Color information
#852EDA (or 0x852EDA) is known color: Blue Violet. HEX triplet: 85, 2E and DA. RGB value is (133,46,218). Sum of RGB (Red+Green+Blue) = 133+46+218=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #852EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EDA is #7AD125. Grayscale: #5B5B5B. Windows color (decimal): -8048934 or 14298757. OLE color: 14298757.
HSL color Cylindrical-coordinate representation of color #852EDA: hue angle of 270.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852EDA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 46 | 218 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.15 |
| HSL | 270.35º | 0.7% | 0.52% | - |
| HSV(B) | 270.35º | 0.79% | 0.85% | - |
| XYZ | 23.3 | 12 | 67.42 | - |
| YUV | 91.62 | 199.32 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 218 | 0.39 | 0.79 | 0 | 0.15 | 270.35 | 0.7 | 0.52 |
| Hex | 85 | 2E | DA | 27 | 4F | 0 | F | 10E | 46 | 34 |
| Octal | 205 | 56 | 332 | 47 | 117 | 0 | 17 | 416 | 106 | 64 |
| Binary | 10000101 | 101110 | 11011010 | 100111 | 1001111 | 0 | 1111 | 100001110 | 1000110 | 110100 |
Color Harmonies of #852EDA
Complementary color
Monochromatic Colors of #852EDA
Black with #852EDA
Text Example
Text Example
White with #852EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EDA; }
p { color: rgb(133,46,218); }
H1.HeaderClassName
{
color: #852EDA;
}
.AnyTagClassName
{
color: #852EDA;
}
</style>
background-color css
<style>
a { background-color: #852EDA; }
a { background-color: rgb(133,46,218); }
div.DivClassName
{
background-color: #852EDA;
}
.BgClassName
{
background-color: #852EDA;
}
</style>
border-color css
<style>
span { border-color: #852EDA; }
span { border-color: rgb(133,46,218); }
td.TdClassName
{
border-color: #852EDA;
}
.TagClassName
{
border-color: #852EDA;
}
</style>