Shades of Blue Violet #8F23FF
Tints of Blue Violet #8F23FF
RGB
CMYK
RGB Variations
Color information
#8F23FF (or 0x8F23FF) is known color: Blue Violet. HEX triplet: 8F, 23 and FF. RGB value is (143,35,255). Sum of RGB (Red+Green+Blue) = 143+35+255=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F23FF is #70DC00. Grayscale: #5B5B5B. Windows color (decimal): -7396353 or 16720783. OLE color: 16720783.
HSL color Cylindrical-coordinate representation of color #8F23FF: hue angle of 269.45º 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 #8F23FF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 35 | 255 | - |
| CMYK | 0.44 | 0.86 | 0 | 0 |
| HSL | 269.45º | 1% | 0.57% | - |
| HSV(B) | 269.45º | 0.86% | 1% | - |
| XYZ | 29.98 | 14.26 | 95.78 | - |
| YUV | 92.37 | 219.78 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 255 | 0.44 | 0.86 | 0 | 0 | 269.45 | 1 | 0.57 |
| Hex | 8F | 23 | FF | 2C | 56 | 0 | 0 | 10D | 64 | 39 |
| Octal | 217 | 43 | 377 | 54 | 126 | 0 | 0 | 415 | 144 | 71 |
| Binary | 10001111 | 100011 | 11111111 | 101100 | 1010110 | 0 | 0 | 100001101 | 1100100 | 111001 |
Color Harmonies of #8F23FF
Complementary color
Monochromatic Colors of #8F23FF
Black with #8F23FF
Text Example
Text Example
White with #8F23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F23FF; }
p { color: rgb(143,35,255); }
H1.HeaderClassName
{
color: #8F23FF;
}
.AnyTagClassName
{
color: #8F23FF;
}
</style>
background-color css
<style>
a { background-color: #8F23FF; }
a { background-color: rgb(143,35,255); }
div.DivClassName
{
background-color: #8F23FF;
}
.BgClassName
{
background-color: #8F23FF;
}
</style>
border-color css
<style>
span { border-color: #8F23FF; }
span { border-color: rgb(143,35,255); }
td.TdClassName
{
border-color: #8F23FF;
}
.TagClassName
{
border-color: #8F23FF;
}
</style>