Shades of Blue Violet #8523FF
Tints of Blue Violet #8523FF
RGB
CMYK
RGB Variations
Color information
#8523FF (or 0x8523FF) is known color: Blue Violet. HEX triplet: 85, 23 and FF. RGB value is (133,35,255). Sum of RGB (Red+Green+Blue) = 133+35+255=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #8523FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8523FF is #7ADC00. Grayscale: #585858. Windows color (decimal): -8051713 or 16720773. OLE color: 16720773.
HSL color Cylindrical-coordinate representation of color #8523FF: hue angle of 266.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8523FF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 35 | 255 | - |
| CMYK | 0.48 | 0.86 | 0 | 0 |
| HSL | 266.73º | 1% | 0.57% | - |
| HSV(B) | 266.73º | 0.86% | 1% | - |
| XYZ | 28.32 | 13.41 | 95.7 | - |
| YUV | 89.38 | 221.47 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 255 | 0.48 | 0.86 | 0 | 0 | 266.73 | 1 | 0.57 |
| Hex | 85 | 23 | FF | 30 | 56 | 0 | 0 | 10B | 64 | 39 |
| Octal | 205 | 43 | 377 | 60 | 126 | 0 | 0 | 413 | 144 | 71 |
| Binary | 10000101 | 100011 | 11111111 | 110000 | 1010110 | 0 | 0 | 100001011 | 1100100 | 111001 |
Color Harmonies of #8523FF
Complementary color
Monochromatic Colors of #8523FF
Black with #8523FF
Text Example
Text Example
White with #8523FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8523FF; }
p { color: rgb(133,35,255); }
H1.HeaderClassName
{
color: #8523FF;
}
.AnyTagClassName
{
color: #8523FF;
}
</style>
background-color css
<style>
a { background-color: #8523FF; }
a { background-color: rgb(133,35,255); }
div.DivClassName
{
background-color: #8523FF;
}
.BgClassName
{
background-color: #8523FF;
}
</style>
border-color css
<style>
span { border-color: #8523FF; }
span { border-color: rgb(133,35,255); }
td.TdClassName
{
border-color: #8523FF;
}
.TagClassName
{
border-color: #8523FF;
}
</style>