Shades of Blue Violet #852FDB
Tints of Blue Violet #852FDB
RGB
CMYK
RGB Variations
Color information
#852FDB (or 0x852FDB) is known color: Blue Violet. HEX triplet: 85, 2F and DB. RGB value is (133,47,219). Sum of RGB (Red+Green+Blue) = 133+47+219=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #852FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FDB is #7AD024. Grayscale: #5B5B5B. Windows color (decimal): -8048677 or 14364549. OLE color: 14364549.
HSL color Cylindrical-coordinate representation of color #852FDB: hue angle of 270º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852FDB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 133 | 47 | 219 | - |
CMYK | 0.39 | 0.79 | 0 | 0.14 |
HSL | 270º | 0.7% | 0.52% | - |
HSV(B) | 270º | 0.79% | 0.86% | - |
XYZ | 23.48 | 12.13 | 68.12 | - |
YUV | 92.32 | 199.49 | 157.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 47 | 219 | 0.39 | 0.79 | 0 | 0.14 | 270 | 0.7 | 0.52 |
Hex | 85 | 2F | DB | 27 | 4F | 0 | E | 10E | 46 | 34 |
Octal | 205 | 57 | 333 | 47 | 117 | 0 | 16 | 416 | 106 | 64 |
Binary | 10000101 | 101111 | 11011011 | 100111 | 1001111 | 0 | 1110 | 100001110 | 1000110 | 110100 |
Color Harmonies of #852FDB
Complementary color
Monochromatic Colors of #852FDB
Black with #852FDB
Text Example
Text Example
White with #852FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FDB; }
p { color: rgb(133,47,219); }
H1.HeaderClassName
{
color: #852FDB;
}
.AnyTagClassName
{
color: #852FDB;
}
</style>
background-color css
<style>
a { background-color: #852FDB; }
a { background-color: rgb(133,47,219); }
div.DivClassName
{
background-color: #852FDB;
}
.BgClassName
{
background-color: #852FDB;
}
</style>
border-color css
<style>
span { border-color: #852FDB; }
span { border-color: rgb(133,47,219); }
td.TdClassName
{
border-color: #852FDB;
}
.TagClassName
{
border-color: #852FDB;
}
</style>