Shades of Dark Violet #8F06DA
Tints of Dark Violet #8F06DA
RGB
CMYK
RGB Variations
Color information
#8F06DA (or 0x8F06DA) is known color: Dark Violet. HEX triplet: 8F, 06 and DA. RGB value is (143,6,218). Sum of RGB (Red+Green+Blue) = 143+6+218=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F06DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F06DA is #70F925. Grayscale: #464646. Windows color (decimal): -7403814 or 14288527. OLE color: 14288527.
HSL color Cylindrical-coordinate representation of color #8F06DA: hue angle of 278.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06DA is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 143 | 6 | 218 | - |
CMYK | 0.34 | 0.97 | 0 | 0.15 |
HSL | 278.77º | 0.95% | 0.44% | - |
HSV(B) | 278.77º | 0.97% | 0.85% | - |
XYZ | 24.05 | 11.03 | 67.19 | - |
YUV | 71.13 | 210.89 | 179.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 6 | 218 | 0.34 | 0.97 | 0 | 0.15 | 278.77 | 0.95 | 0.44 |
Hex | 8F | 6 | DA | 22 | 61 | 0 | F | 117 | 5F | 2C |
Octal | 217 | 6 | 332 | 42 | 141 | 0 | 17 | 427 | 137 | 54 |
Binary | 10001111 | 110 | 11011010 | 100010 | 1100001 | 0 | 1111 | 100010111 | 1011111 | 101100 |
Color Harmonies of #8F06DA
Complementary color
Monochromatic Colors of #8F06DA
Black with #8F06DA
Text Example
Text Example
White with #8F06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F06DA; }
p { color: rgb(143,6,218); }
H1.HeaderClassName
{
color: #8F06DA;
}
.AnyTagClassName
{
color: #8F06DA;
}
</style>
background-color css
<style>
a { background-color: #8F06DA; }
a { background-color: rgb(143,6,218); }
div.DivClassName
{
background-color: #8F06DA;
}
.BgClassName
{
background-color: #8F06DA;
}
</style>
border-color css
<style>
span { border-color: #8F06DA; }
span { border-color: rgb(143,6,218); }
td.TdClassName
{
border-color: #8F06DA;
}
.TagClassName
{
border-color: #8F06DA;
}
</style>