Shades of Dark Violet #8F01DD
Tints of Dark Violet #8F01DD
RGB
CMYK
RGB Variations
Color information
#8F01DD (or 0x8F01DD) is known color: Dark Violet. HEX triplet: 8F, 01 and DD. RGB value is (143,1,221). Sum of RGB (Red+Green+Blue) = 143+1+221=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F01DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F01DD is #70FE22. Grayscale: #434343. Windows color (decimal): -7405091 or 14483855. OLE color: 14483855.
HSL color Cylindrical-coordinate representation of color #8F01DD: hue angle of 278.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F01DD is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 1 | 221 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.13 |
| HSL | 278.73º | 0.99% | 0.44% | - |
| HSV(B) | 278.73º | 1% | 0.87% | - |
| XYZ | 24.39 | 11.08 | 69.26 | - |
| YUV | 68.54 | 214.04 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 221 | 0.35 | 1.00 | 0 | 0.13 | 278.73 | 0.99 | 0.44 |
| Hex | 8F | 1 | DD | 23 | 64 | 0 | D | 117 | 63 | 2C |
| Octal | 217 | 1 | 335 | 43 | 144 | 0 | 15 | 427 | 143 | 54 |
| Binary | 10001111 | 1 | 11011101 | 100011 | 1100100 | 0 | 1101 | 100010111 | 1100011 | 101100 |
Color Harmonies of #8F01DD
Complementary color
Monochromatic Colors of #8F01DD
Black with #8F01DD
Text Example
Text Example
White with #8F01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F01DD; }
p { color: rgb(143,1,221); }
H1.HeaderClassName
{
color: #8F01DD;
}
.AnyTagClassName
{
color: #8F01DD;
}
</style>
background-color css
<style>
a { background-color: #8F01DD; }
a { background-color: rgb(143,1,221); }
div.DivClassName
{
background-color: #8F01DD;
}
.BgClassName
{
background-color: #8F01DD;
}
</style>
border-color css
<style>
span { border-color: #8F01DD; }
span { border-color: rgb(143,1,221); }
td.TdClassName
{
border-color: #8F01DD;
}
.TagClassName
{
border-color: #8F01DD;
}
</style>