Shades of Blue Violet #8F32DC
Tints of Blue Violet #8F32DC
RGB
CMYK
RGB Variations
Color information
#8F32DC (or 0x8F32DC) is known color: Blue Violet. HEX triplet: 8F, 32 and DC. RGB value is (143,50,220). Sum of RGB (Red+Green+Blue) = 143+50+220=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F32DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F32DC is #70CD23. Grayscale: #606060. Windows color (decimal): -7392548 or 14430863. OLE color: 14430863.
HSL color Cylindrical-coordinate representation of color #8F32DC: hue angle of 272.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F32DC is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 50 | 220 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.14 |
| HSL | 272.82º | 0.71% | 0.53% | - |
| HSV(B) | 272.82º | 0.77% | 0.86% | - |
| XYZ | 25.39 | 13.29 | 68.94 | - |
| YUV | 97.19 | 197.31 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 220 | 0.35 | 0.77 | 0 | 0.14 | 272.82 | 0.71 | 0.53 |
| Hex | 8F | 32 | DC | 23 | 4D | 0 | E | 111 | 47 | 35 |
| Octal | 217 | 62 | 334 | 43 | 115 | 0 | 16 | 421 | 107 | 65 |
| Binary | 10001111 | 110010 | 11011100 | 100011 | 1001101 | 0 | 1110 | 100010001 | 1000111 | 110101 |
Color Harmonies of #8F32DC
Complementary color
Monochromatic Colors of #8F32DC
Black with #8F32DC
Text Example
Text Example
White with #8F32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32DC; }
p { color: rgb(143,50,220); }
H1.HeaderClassName
{
color: #8F32DC;
}
.AnyTagClassName
{
color: #8F32DC;
}
</style>
background-color css
<style>
a { background-color: #8F32DC; }
a { background-color: rgb(143,50,220); }
div.DivClassName
{
background-color: #8F32DC;
}
.BgClassName
{
background-color: #8F32DC;
}
</style>
border-color css
<style>
span { border-color: #8F32DC; }
span { border-color: rgb(143,50,220); }
td.TdClassName
{
border-color: #8F32DC;
}
.TagClassName
{
border-color: #8F32DC;
}
</style>