Shades of Blue Violet #8F23DC
Tints of Blue Violet #8F23DC
RGB
CMYK
RGB Variations
Color information
#8F23DC (or 0x8F23DC) is known color: Blue Violet. HEX triplet: 8F, 23 and DC. RGB value is (143,35,220). Sum of RGB (Red+Green+Blue) = 143+35+220=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F23DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F23DC is #70DC23. Grayscale: #575757. Windows color (decimal): -7396388 or 14427023. OLE color: 14427023.
HSL color Cylindrical-coordinate representation of color #8F23DC: hue angle of 275.03º degrees, saturation: 0.73, 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 #8F23DC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 35 | 220 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.14 |
| HSL | 275.03º | 0.73% | 0.5% | - |
| HSV(B) | 275.03º | 0.84% | 0.86% | - |
| XYZ | 24.85 | 12.21 | 68.76 | - |
| YUV | 88.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 220 | 0.35 | 0.84 | 0 | 0.14 | 275.03 | 0.73 | 0.5 |
| Hex | 8F | 23 | DC | 23 | 54 | 0 | E | 113 | 49 | 32 |
| Octal | 217 | 43 | 334 | 43 | 124 | 0 | 16 | 423 | 111 | 62 |
| Binary | 10001111 | 100011 | 11011100 | 100011 | 1010100 | 0 | 1110 | 100010011 | 1001001 | 110010 |
Color Harmonies of #8F23DC
Complementary color
Monochromatic Colors of #8F23DC
Black with #8F23DC
Text Example
Text Example
White with #8F23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F23DC; }
p { color: rgb(143,35,220); }
H1.HeaderClassName
{
color: #8F23DC;
}
.AnyTagClassName
{
color: #8F23DC;
}
</style>
background-color css
<style>
a { background-color: #8F23DC; }
a { background-color: rgb(143,35,220); }
div.DivClassName
{
background-color: #8F23DC;
}
.BgClassName
{
background-color: #8F23DC;
}
</style>
border-color css
<style>
span { border-color: #8F23DC; }
span { border-color: rgb(143,35,220); }
td.TdClassName
{
border-color: #8F23DC;
}
.TagClassName
{
border-color: #8F23DC;
}
</style>