Shades of Blue Violet #8F36DC
Tints of Blue Violet #8F36DC
RGB
CMYK
RGB Variations
Color information
#8F36DC (or 0x8F36DC) is known color: Blue Violet. HEX triplet: 8F, 36 and DC. RGB value is (143,54,220). Sum of RGB (Red+Green+Blue) = 143+54+220=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F36DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36DC is #70C923. Grayscale: #626262. Windows color (decimal): -7391524 or 14431887. OLE color: 14431887.
HSL color Cylindrical-coordinate representation of color #8F36DC: hue angle of 272.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F36DC is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 54 | 220 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.14 |
| HSL | 272.17º | 0.7% | 0.54% | - |
| HSV(B) | 272.17º | 0.75% | 0.86% | - |
| XYZ | 25.57 | 13.65 | 69 | - |
| YUV | 99.54 | 195.99 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 220 | 0.35 | 0.75 | 0 | 0.14 | 272.17 | 0.7 | 0.54 |
| Hex | 8F | 36 | DC | 23 | 4B | 0 | E | 110 | 46 | 36 |
| Octal | 217 | 66 | 334 | 43 | 113 | 0 | 16 | 420 | 106 | 66 |
| Binary | 10001111 | 110110 | 11011100 | 100011 | 1001011 | 0 | 1110 | 100010000 | 1000110 | 110110 |
Color Harmonies of #8F36DC
Complementary color
Monochromatic Colors of #8F36DC
Black with #8F36DC
Text Example
Text Example
White with #8F36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F36DC; }
p { color: rgb(143,54,220); }
H1.HeaderClassName
{
color: #8F36DC;
}
.AnyTagClassName
{
color: #8F36DC;
}
</style>
background-color css
<style>
a { background-color: #8F36DC; }
a { background-color: rgb(143,54,220); }
div.DivClassName
{
background-color: #8F36DC;
}
.BgClassName
{
background-color: #8F36DC;
}
</style>
border-color css
<style>
span { border-color: #8F36DC; }
span { border-color: rgb(143,54,220); }
td.TdClassName
{
border-color: #8F36DC;
}
.TagClassName
{
border-color: #8F36DC;
}
</style>