Shades of Blue Violet #8F23DB
Tints of Blue Violet #8F23DB
RGB
CMYK
RGB Variations
Color information
#8F23DB (or 0x8F23DB) is known color: Blue Violet. HEX triplet: 8F, 23 and DB. RGB value is (143,35,219). Sum of RGB (Red+Green+Blue) = 143+35+219=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F23DB is #70DC24. Grayscale: #575757. Windows color (decimal): -7396389 or 14361487. OLE color: 14361487.
HSL color Cylindrical-coordinate representation of color #8F23DB: hue angle of 275.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F23DB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 35 | 219 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.14 |
| HSL | 275.22º | 0.72% | 0.5% | - |
| HSV(B) | 275.22º | 0.84% | 0.86% | - |
| XYZ | 24.71 | 12.16 | 68.06 | - |
| YUV | 88.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 219 | 0.35 | 0.84 | 0 | 0.14 | 275.22 | 0.72 | 0.5 |
| Hex | 8F | 23 | DB | 23 | 54 | 0 | E | 113 | 48 | 32 |
| Octal | 217 | 43 | 333 | 43 | 124 | 0 | 16 | 423 | 110 | 62 |
| Binary | 10001111 | 100011 | 11011011 | 100011 | 1010100 | 0 | 1110 | 100010011 | 1001000 | 110010 |
Color Harmonies of #8F23DB
Complementary color
Monochromatic Colors of #8F23DB
Black with #8F23DB
Text Example
Text Example
White with #8F23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F23DB; }
p { color: rgb(143,35,219); }
H1.HeaderClassName
{
color: #8F23DB;
}
.AnyTagClassName
{
color: #8F23DB;
}
</style>
background-color css
<style>
a { background-color: #8F23DB; }
a { background-color: rgb(143,35,219); }
div.DivClassName
{
background-color: #8F23DB;
}
.BgClassName
{
background-color: #8F23DB;
}
</style>
border-color css
<style>
span { border-color: #8F23DB; }
span { border-color: rgb(143,35,219); }
td.TdClassName
{
border-color: #8F23DB;
}
.TagClassName
{
border-color: #8F23DB;
}
</style>