Shades of Blue Violet #8F3FDC
Tints of Blue Violet #8F3FDC
RGB
CMYK
RGB Variations
Color information
#8F3FDC (or 0x8F3FDC) is known color: Blue Violet. HEX triplet: 8F, 3F and DC. RGB value is (143,63,220). Sum of RGB (Red+Green+Blue) = 143+63+220=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3FDC is #70C023. Grayscale: #686868. Windows color (decimal): -7389220 or 14434191. OLE color: 14434191.
HSL color Cylindrical-coordinate representation of color #8F3FDC: hue angle of 270.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F3FDC is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 63 | 220 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.14 |
| HSL | 270.57º | 0.69% | 0.55% | - |
| HSV(B) | 270.57º | 0.71% | 0.86% | - |
| XYZ | 26.02 | 14.56 | 69.15 | - |
| YUV | 104.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 220 | 0.35 | 0.71 | 0 | 0.14 | 270.57 | 0.69 | 0.55 |
| Hex | 8F | 3F | DC | 23 | 47 | 0 | E | 10F | 45 | 37 |
| Octal | 217 | 77 | 334 | 43 | 107 | 0 | 16 | 417 | 105 | 67 |
| Binary | 10001111 | 111111 | 11011100 | 100011 | 1000111 | 0 | 1110 | 100001111 | 1000101 | 110111 |
Color Harmonies of #8F3FDC
Complementary color
Monochromatic Colors of #8F3FDC
Black with #8F3FDC
Text Example
Text Example
White with #8F3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FDC; }
p { color: rgb(143,63,220); }
H1.HeaderClassName
{
color: #8F3FDC;
}
.AnyTagClassName
{
color: #8F3FDC;
}
</style>
background-color css
<style>
a { background-color: #8F3FDC; }
a { background-color: rgb(143,63,220); }
div.DivClassName
{
background-color: #8F3FDC;
}
.BgClassName
{
background-color: #8F3FDC;
}
</style>
border-color css
<style>
span { border-color: #8F3FDC; }
span { border-color: rgb(143,63,220); }
td.TdClassName
{
border-color: #8F3FDC;
}
.TagClassName
{
border-color: #8F3FDC;
}
</style>