Shades of Dark Violet #8F01E6
Tints of Dark Violet #8F01E6
RGB
CMYK
RGB Variations
Color information
#8F01E6 (or 0x8F01E6) is known color: Dark Violet. HEX triplet: 8F, 01 and E6. RGB value is (143,1,230). Sum of RGB (Red+Green+Blue) = 143+1+230=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F01E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F01E6 is #70FE19. Grayscale: #444444. Windows color (decimal): -7405082 or 15073679. OLE color: 15073679.
HSL color Cylindrical-coordinate representation of color #8F01E6: hue angle of 277.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F01E6 is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 1 | 230 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.10 |
| HSL | 277.21º | 0.99% | 0.45% | - |
| HSV(B) | 277.21º | 1% | 0.9% | - |
| XYZ | 25.62 | 11.57 | 75.75 | - |
| YUV | 69.56 | 218.54 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 230 | 0.38 | 1.00 | 0 | 0.10 | 277.21 | 0.99 | 0.45 |
| Hex | 8F | 1 | E6 | 26 | 64 | 0 | A | 115 | 63 | 2D |
| Octal | 217 | 1 | 346 | 46 | 144 | 0 | 12 | 425 | 143 | 55 |
| Binary | 10001111 | 1 | 11100110 | 100110 | 1100100 | 0 | 1010 | 100010101 | 1100011 | 101101 |
Color Harmonies of #8F01E6
Complementary color
Monochromatic Colors of #8F01E6
Black with #8F01E6
Text Example
Text Example
White with #8F01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F01E6; }
p { color: rgb(143,1,230); }
H1.HeaderClassName
{
color: #8F01E6;
}
.AnyTagClassName
{
color: #8F01E6;
}
</style>
background-color css
<style>
a { background-color: #8F01E6; }
a { background-color: rgb(143,1,230); }
div.DivClassName
{
background-color: #8F01E6;
}
.BgClassName
{
background-color: #8F01E6;
}
</style>
border-color css
<style>
span { border-color: #8F01E6; }
span { border-color: rgb(143,1,230); }
td.TdClassName
{
border-color: #8F01E6;
}
.TagClassName
{
border-color: #8F01E6;
}
</style>