Shades of Blue Violet #8F42DD
Tints of Blue Violet #8F42DD
RGB
CMYK
RGB Variations
Color information
#8F42DD (or 0x8F42DD) is known color: Blue Violet. HEX triplet: 8F, 42 and DD. RGB value is (143,66,221). Sum of RGB (Red+Green+Blue) = 143+66+221=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F42DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F42DD is #70BD22. Grayscale: #6A6A6A. Windows color (decimal): -7388451 or 14500495. OLE color: 14500495.
HSL color Cylindrical-coordinate representation of color #8F42DD: hue angle of 269.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F42DD is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 66 | 221 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.13 |
| HSL | 269.81º | 0.7% | 0.56% | - |
| HSV(B) | 269.81º | 0.7% | 0.87% | - |
| XYZ | 26.33 | 14.96 | 69.91 | - |
| YUV | 106.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 221 | 0.35 | 0.70 | 0 | 0.13 | 269.81 | 0.7 | 0.56 |
| Hex | 8F | 42 | DD | 23 | 46 | 0 | D | 10E | 46 | 38 |
| Octal | 217 | 102 | 335 | 43 | 106 | 0 | 15 | 416 | 106 | 70 |
| Binary | 10001111 | 1000010 | 11011101 | 100011 | 1000110 | 0 | 1101 | 100001110 | 1000110 | 111000 |
Color Harmonies of #8F42DD
Complementary color
Monochromatic Colors of #8F42DD
Black with #8F42DD
Text Example
Text Example
White with #8F42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F42DD; }
p { color: rgb(143,66,221); }
H1.HeaderClassName
{
color: #8F42DD;
}
.AnyTagClassName
{
color: #8F42DD;
}
</style>
background-color css
<style>
a { background-color: #8F42DD; }
a { background-color: rgb(143,66,221); }
div.DivClassName
{
background-color: #8F42DD;
}
.BgClassName
{
background-color: #8F42DD;
}
</style>
border-color css
<style>
span { border-color: #8F42DD; }
span { border-color: rgb(143,66,221); }
td.TdClassName
{
border-color: #8F42DD;
}
.TagClassName
{
border-color: #8F42DD;
}
</style>