Shades of Dark Violet #8F0ADC
Tints of Dark Violet #8F0ADC
RGB
CMYK
RGB Variations
Color information
#8F0ADC (or 0x8F0ADC) is known color: Dark Violet. HEX triplet: 8F, 0A and DC. RGB value is (143,10,220). Sum of RGB (Red+Green+Blue) = 143+10+220=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F0ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0ADC is #70F523. Grayscale: #494949. Windows color (decimal): -7402788 or 14420623. OLE color: 14420623.
HSL color Cylindrical-coordinate representation of color #8F0ADC: hue angle of 278º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0ADC is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 10 | 220 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.14 |
| HSL | 278º | 0.91% | 0.45% | - |
| HSV(B) | 278º | 0.95% | 0.86% | - |
| XYZ | 24.35 | 11.22 | 68.59 | - |
| YUV | 73.71 | 210.56 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 220 | 0.35 | 0.95 | 0 | 0.14 | 278 | 0.91 | 0.45 |
| Hex | 8F | A | DC | 23 | 5F | 0 | E | 116 | 5B | 2D |
| Octal | 217 | 12 | 334 | 43 | 137 | 0 | 16 | 426 | 133 | 55 |
| Binary | 10001111 | 1010 | 11011100 | 100011 | 1011111 | 0 | 1110 | 100010110 | 1011011 | 101101 |
Color Harmonies of #8F0ADC
Complementary color
Monochromatic Colors of #8F0ADC
Black with #8F0ADC
Text Example
Text Example
White with #8F0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0ADC; }
p { color: rgb(143,10,220); }
H1.HeaderClassName
{
color: #8F0ADC;
}
.AnyTagClassName
{
color: #8F0ADC;
}
</style>
background-color css
<style>
a { background-color: #8F0ADC; }
a { background-color: rgb(143,10,220); }
div.DivClassName
{
background-color: #8F0ADC;
}
.BgClassName
{
background-color: #8F0ADC;
}
</style>
border-color css
<style>
span { border-color: #8F0ADC; }
span { border-color: rgb(143,10,220); }
td.TdClassName
{
border-color: #8F0ADC;
}
.TagClassName
{
border-color: #8F0ADC;
}
</style>