Shades of Dark Violet #8F09D8
Tints of Dark Violet #8F09D8
RGB
CMYK
RGB Variations
Color information
#8F09D8 (or 0x8F09D8) is known color: Dark Violet. HEX triplet: 8F, 09 and D8. RGB value is (143,9,216). Sum of RGB (Red+Green+Blue) = 143+9+216=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F09D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F09D8 is #70F627. Grayscale: #474747. Windows color (decimal): -7403048 or 14158223. OLE color: 14158223.
HSL color Cylindrical-coordinate representation of color #8F09D8: hue angle of 278.84º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F09D8 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 9 | 216 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.15 |
| HSL | 278.84º | 0.92% | 0.44% | - |
| HSV(B) | 278.84º | 0.96% | 0.85% | - |
| XYZ | 23.82 | 10.99 | 65.83 | - |
| YUV | 72.66 | 208.89 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 216 | 0.34 | 0.96 | 0 | 0.15 | 278.84 | 0.92 | 0.44 |
| Hex | 8F | 9 | D8 | 22 | 60 | 0 | F | 117 | 5C | 2C |
| Octal | 217 | 11 | 330 | 42 | 140 | 0 | 17 | 427 | 134 | 54 |
| Binary | 10001111 | 1001 | 11011000 | 100010 | 1100000 | 0 | 1111 | 100010111 | 1011100 | 101100 |
Color Harmonies of #8F09D8
Complementary color
Monochromatic Colors of #8F09D8
Black with #8F09D8
Text Example
Text Example
White with #8F09D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09D8; }
p { color: rgb(143,9,216); }
H1.HeaderClassName
{
color: #8F09D8;
}
.AnyTagClassName
{
color: #8F09D8;
}
</style>
background-color css
<style>
a { background-color: #8F09D8; }
a { background-color: rgb(143,9,216); }
div.DivClassName
{
background-color: #8F09D8;
}
.BgClassName
{
background-color: #8F09D8;
}
</style>
border-color css
<style>
span { border-color: #8F09D8; }
span { border-color: rgb(143,9,216); }
td.TdClassName
{
border-color: #8F09D8;
}
.TagClassName
{
border-color: #8F09D8;
}
</style>