Shades of Dark Violet #8F09DA
Tints of Dark Violet #8F09DA
RGB
CMYK
RGB Variations
Color information
#8F09DA (or 0x8F09DA) is known color: Dark Violet. HEX triplet: 8F, 09 and DA. RGB value is (143,9,218). Sum of RGB (Red+Green+Blue) = 143+9+218=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F09DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F09DA is #70F625. Grayscale: #484848. Windows color (decimal): -7403046 or 14289295. OLE color: 14289295.
HSL color Cylindrical-coordinate representation of color #8F09DA: hue angle of 278.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F09DA is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 9 | 218 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.15 |
| HSL | 278.47º | 0.92% | 0.45% | - |
| HSV(B) | 278.47º | 0.96% | 0.85% | - |
| XYZ | 24.08 | 11.1 | 67.2 | - |
| YUV | 72.89 | 209.89 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 218 | 0.34 | 0.96 | 0 | 0.15 | 278.47 | 0.92 | 0.45 |
| Hex | 8F | 9 | DA | 22 | 60 | 0 | F | 116 | 5C | 2D |
| Octal | 217 | 11 | 332 | 42 | 140 | 0 | 17 | 426 | 134 | 55 |
| Binary | 10001111 | 1001 | 11011010 | 100010 | 1100000 | 0 | 1111 | 100010110 | 1011100 | 101101 |
Color Harmonies of #8F09DA
Complementary color
Monochromatic Colors of #8F09DA
Black with #8F09DA
Text Example
Text Example
White with #8F09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09DA; }
p { color: rgb(143,9,218); }
H1.HeaderClassName
{
color: #8F09DA;
}
.AnyTagClassName
{
color: #8F09DA;
}
</style>
background-color css
<style>
a { background-color: #8F09DA; }
a { background-color: rgb(143,9,218); }
div.DivClassName
{
background-color: #8F09DA;
}
.BgClassName
{
background-color: #8F09DA;
}
</style>
border-color css
<style>
span { border-color: #8F09DA; }
span { border-color: rgb(143,9,218); }
td.TdClassName
{
border-color: #8F09DA;
}
.TagClassName
{
border-color: #8F09DA;
}
</style>