Shades of Blue Violet #8523DF
Tints of Blue Violet #8523DF
RGB
CMYK
RGB Variations
Color information
#8523DF (or 0x8523DF) is known color: Blue Violet. HEX triplet: 85, 23 and DF. RGB value is (133,35,223). Sum of RGB (Red+Green+Blue) = 133+35+223=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #8523DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523DF is #7ADC20. Grayscale: #555555. Windows color (decimal): -8051745 or 14623621. OLE color: 14623621.
HSL color Cylindrical-coordinate representation of color #8523DF: hue angle of 271.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8523DF is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 35 | 223 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.13 |
| HSL | 271.28º | 0.75% | 0.51% | - |
| HSV(B) | 271.28º | 0.84% | 0.87% | - |
| XYZ | 23.59 | 11.52 | 70.79 | - |
| YUV | 85.73 | 205.47 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 223 | 0.40 | 0.84 | 0 | 0.13 | 271.28 | 0.75 | 0.51 |
| Hex | 85 | 23 | DF | 28 | 54 | 0 | D | 10F | 4B | 33 |
| Octal | 205 | 43 | 337 | 50 | 124 | 0 | 15 | 417 | 113 | 63 |
| Binary | 10000101 | 100011 | 11011111 | 101000 | 1010100 | 0 | 1101 | 100001111 | 1001011 | 110011 |
Color Harmonies of #8523DF
Complementary color
Monochromatic Colors of #8523DF
Black with #8523DF
Text Example
Text Example
White with #8523DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8523DF; }
p { color: rgb(133,35,223); }
H1.HeaderClassName
{
color: #8523DF;
}
.AnyTagClassName
{
color: #8523DF;
}
</style>
background-color css
<style>
a { background-color: #8523DF; }
a { background-color: rgb(133,35,223); }
div.DivClassName
{
background-color: #8523DF;
}
.BgClassName
{
background-color: #8523DF;
}
</style>
border-color css
<style>
span { border-color: #8523DF; }
span { border-color: rgb(133,35,223); }
td.TdClassName
{
border-color: #8523DF;
}
.TagClassName
{
border-color: #8523DF;
}
</style>