Shades of Dark Violet #8F09DD
Tints of Dark Violet #8F09DD
RGB
CMYK
RGB Variations
Color information
#8F09DD (or 0x8F09DD) is known color: Dark Violet. HEX triplet: 8F, 09 and DD. RGB value is (143,9,221). Sum of RGB (Red+Green+Blue) = 143+9+221=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F09DD is #70F622. Grayscale: #484848. Windows color (decimal): -7403043 or 14485903. OLE color: 14485903.
HSL color Cylindrical-coordinate representation of color #8F09DD: hue angle of 277.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F09DD is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 9 | 221 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.13 |
| HSL | 277.92º | 0.92% | 0.45% | - |
| HSV(B) | 277.92º | 0.96% | 0.87% | - |
| XYZ | 24.48 | 11.26 | 69.29 | - |
| YUV | 73.23 | 211.39 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 221 | 0.35 | 0.96 | 0 | 0.13 | 277.92 | 0.92 | 0.45 |
| Hex | 8F | 9 | DD | 23 | 60 | 0 | D | 116 | 5C | 2D |
| Octal | 217 | 11 | 335 | 43 | 140 | 0 | 15 | 426 | 134 | 55 |
| Binary | 10001111 | 1001 | 11011101 | 100011 | 1100000 | 0 | 1101 | 100010110 | 1011100 | 101101 |
Color Harmonies of #8F09DD
Complementary color
Monochromatic Colors of #8F09DD
Black with #8F09DD
Text Example
Text Example
White with #8F09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09DD; }
p { color: rgb(143,9,221); }
H1.HeaderClassName
{
color: #8F09DD;
}
.AnyTagClassName
{
color: #8F09DD;
}
</style>
background-color css
<style>
a { background-color: #8F09DD; }
a { background-color: rgb(143,9,221); }
div.DivClassName
{
background-color: #8F09DD;
}
.BgClassName
{
background-color: #8F09DD;
}
</style>
border-color css
<style>
span { border-color: #8F09DD; }
span { border-color: rgb(143,9,221); }
td.TdClassName
{
border-color: #8F09DD;
}
.TagClassName
{
border-color: #8F09DD;
}
</style>