Shades of Blue Violet #8F38DD
Tints of Blue Violet #8F38DD
RGB
CMYK
RGB Variations
Color information
#8F38DD (or 0x8F38DD) is known color: Blue Violet. HEX triplet: 8F, 38 and DD. RGB value is (143,56,221). Sum of RGB (Red+Green+Blue) = 143+56+221=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F38DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38DD is #70C722. Grayscale: #646464. Windows color (decimal): -7391011 or 14497935. OLE color: 14497935.
HSL color Cylindrical-coordinate representation of color #8F38DD: hue angle of 271.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F38DD is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 56 | 221 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.13 |
| HSL | 271.64º | 0.71% | 0.54% | - |
| HSV(B) | 271.64º | 0.75% | 0.87% | - |
| XYZ | 25.79 | 13.89 | 69.73 | - |
| YUV | 100.82 | 195.82 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 221 | 0.35 | 0.75 | 0 | 0.13 | 271.64 | 0.71 | 0.54 |
| Hex | 8F | 38 | DD | 23 | 4B | 0 | D | 110 | 47 | 36 |
| Octal | 217 | 70 | 335 | 43 | 113 | 0 | 15 | 420 | 107 | 66 |
| Binary | 10001111 | 111000 | 11011101 | 100011 | 1001011 | 0 | 1101 | 100010000 | 1000111 | 110110 |
Color Harmonies of #8F38DD
Complementary color
Monochromatic Colors of #8F38DD
Black with #8F38DD
Text Example
Text Example
White with #8F38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F38DD; }
p { color: rgb(143,56,221); }
H1.HeaderClassName
{
color: #8F38DD;
}
.AnyTagClassName
{
color: #8F38DD;
}
</style>
background-color css
<style>
a { background-color: #8F38DD; }
a { background-color: rgb(143,56,221); }
div.DivClassName
{
background-color: #8F38DD;
}
.BgClassName
{
background-color: #8F38DD;
}
</style>
border-color css
<style>
span { border-color: #8F38DD; }
span { border-color: rgb(143,56,221); }
td.TdClassName
{
border-color: #8F38DD;
}
.TagClassName
{
border-color: #8F38DD;
}
</style>