Shades of Dark Violet #8F13DA
Tints of Dark Violet #8F13DA
RGB
CMYK
RGB Variations
Color information
#8F13DA (or 0x8F13DA) is known color: Dark Violet. HEX triplet: 8F, 13 and DA. RGB value is (143,19,218). Sum of RGB (Red+Green+Blue) = 143+19+218=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F13DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13DA is #70EC25. Grayscale: #4E4E4E. Windows color (decimal): -7400486 or 14291855. OLE color: 14291855.
HSL color Cylindrical-coordinate representation of color #8F13DA: hue angle of 277.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F13DA is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 19 | 218 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.15 |
| HSL | 277.39º | 0.84% | 0.46% | - |
| HSV(B) | 277.39º | 0.91% | 0.85% | - |
| XYZ | 24.22 | 11.37 | 67.25 | - |
| YUV | 78.76 | 206.58 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 218 | 0.34 | 0.91 | 0 | 0.15 | 277.39 | 0.84 | 0.46 |
| Hex | 8F | 13 | DA | 22 | 5B | 0 | F | 115 | 54 | 2E |
| Octal | 217 | 23 | 332 | 42 | 133 | 0 | 17 | 425 | 124 | 56 |
| Binary | 10001111 | 10011 | 11011010 | 100010 | 1011011 | 0 | 1111 | 100010101 | 1010100 | 101110 |
Color Harmonies of #8F13DA
Complementary color
Monochromatic Colors of #8F13DA
Black with #8F13DA
Text Example
Text Example
White with #8F13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13DA; }
p { color: rgb(143,19,218); }
H1.HeaderClassName
{
color: #8F13DA;
}
.AnyTagClassName
{
color: #8F13DA;
}
</style>
background-color css
<style>
a { background-color: #8F13DA; }
a { background-color: rgb(143,19,218); }
div.DivClassName
{
background-color: #8F13DA;
}
.BgClassName
{
background-color: #8F13DA;
}
</style>
border-color css
<style>
span { border-color: #8F13DA; }
span { border-color: rgb(143,19,218); }
td.TdClassName
{
border-color: #8F13DA;
}
.TagClassName
{
border-color: #8F13DA;
}
</style>