Shades of Dark Violet #8F13D7
Tints of Dark Violet #8F13D7
RGB
CMYK
RGB Variations
Color information
#8F13D7 (or 0x8F13D7) is known color: Dark Violet. HEX triplet: 8F, 13 and D7. RGB value is (143,19,215). Sum of RGB (Red+Green+Blue) = 143+19+215=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #8F13D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13D7 is #70EC28. Grayscale: #4D4D4D. Windows color (decimal): -7400489 or 14095247. OLE color: 14095247.
HSL color Cylindrical-coordinate representation of color #8F13D7: hue angle of 277.96º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F13D7 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 19 | 215 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.16 |
| HSL | 277.96º | 0.84% | 0.46% | - |
| HSV(B) | 277.96º | 0.91% | 0.84% | - |
| XYZ | 23.83 | 11.21 | 65.2 | - |
| YUV | 78.42 | 205.08 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 215 | 0.33 | 0.91 | 0 | 0.16 | 277.96 | 0.84 | 0.46 |
| Hex | 8F | 13 | D7 | 21 | 5B | 0 | 10 | 116 | 54 | 2E |
| Octal | 217 | 23 | 327 | 41 | 133 | 0 | 20 | 426 | 124 | 56 |
| Binary | 10001111 | 10011 | 11010111 | 100001 | 1011011 | 0 | 10000 | 100010110 | 1010100 | 101110 |
Color Harmonies of #8F13D7
Complementary color
Monochromatic Colors of #8F13D7
Black with #8F13D7
Text Example
Text Example
White with #8F13D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13D7; }
p { color: rgb(143,19,215); }
H1.HeaderClassName
{
color: #8F13D7;
}
.AnyTagClassName
{
color: #8F13D7;
}
</style>
background-color css
<style>
a { background-color: #8F13D7; }
a { background-color: rgb(143,19,215); }
div.DivClassName
{
background-color: #8F13D7;
}
.BgClassName
{
background-color: #8F13D7;
}
</style>
border-color css
<style>
span { border-color: #8F13D7; }
span { border-color: rgb(143,19,215); }
td.TdClassName
{
border-color: #8F13D7;
}
.TagClassName
{
border-color: #8F13D7;
}
</style>