Shades of Dark Violet #8F01E5
Tints of Dark Violet #8F01E5
RGB
CMYK
RGB Variations
Color information
#8F01E5 (or 0x8F01E5) is known color: Dark Violet. HEX triplet: 8F, 01 and E5. RGB value is (143,1,229). Sum of RGB (Red+Green+Blue) = 143+1+229=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F01E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F01E5 is #70FE1A. Grayscale: #444444. Windows color (decimal): -7405083 or 15008143. OLE color: 15008143.
HSL color Cylindrical-coordinate representation of color #8F01E5: hue angle of 277.37º 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 #8F01E5 is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 1 | 229 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.10 |
| HSL | 277.37º | 0.99% | 0.45% | - |
| HSV(B) | 277.37º | 1% | 0.9% | - |
| XYZ | 25.48 | 11.52 | 75.01 | - |
| YUV | 69.45 | 218.04 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 229 | 0.38 | 1.00 | 0 | 0.10 | 277.37 | 0.99 | 0.45 |
| Hex | 8F | 1 | E5 | 26 | 64 | 0 | A | 115 | 63 | 2D |
| Octal | 217 | 1 | 345 | 46 | 144 | 0 | 12 | 425 | 143 | 55 |
| Binary | 10001111 | 1 | 11100101 | 100110 | 1100100 | 0 | 1010 | 100010101 | 1100011 | 101101 |
Color Harmonies of #8F01E5
Complementary color
Monochromatic Colors of #8F01E5
Black with #8F01E5
Text Example
Text Example
White with #8F01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F01E5; }
p { color: rgb(143,1,229); }
H1.HeaderClassName
{
color: #8F01E5;
}
.AnyTagClassName
{
color: #8F01E5;
}
</style>
background-color css
<style>
a { background-color: #8F01E5; }
a { background-color: rgb(143,1,229); }
div.DivClassName
{
background-color: #8F01E5;
}
.BgClassName
{
background-color: #8F01E5;
}
</style>
border-color css
<style>
span { border-color: #8F01E5; }
span { border-color: rgb(143,1,229); }
td.TdClassName
{
border-color: #8F01E5;
}
.TagClassName
{
border-color: #8F01E5;
}
</style>