Shades of Dark Violet #8D02F9
Tints of Dark Violet #8D02F9
RGB
CMYK
RGB Variations
Color information
#8D02F9 (or 0x8D02F9) is known color: Dark Violet. HEX triplet: 8D, 02 and F9. RGB value is (141,2,249). Sum of RGB (Red+Green+Blue) = 141+2+249=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D02F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D02F9 is #72FD06. Grayscale: #464646. Windows color (decimal): -7535879 or 16319117. OLE color: 16319117.
HSL color Cylindrical-coordinate representation of color #8D02F9: hue angle of 273.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02F9 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 2 | 249 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.02 |
| HSL | 273.77º | 0.98% | 0.49% | - |
| HSV(B) | 273.77º | 0.99% | 0.98% | - |
| XYZ | 28.11 | 12.55 | 90.56 | - |
| YUV | 71.72 | 228.05 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 249 | 0.43 | 0.99 | 0 | 0.02 | 273.77 | 0.98 | 0.49 |
| Hex | 8D | 2 | F9 | 2B | 63 | 0 | 2 | 112 | 62 | 31 |
| Octal | 215 | 2 | 371 | 53 | 143 | 0 | 2 | 422 | 142 | 61 |
| Binary | 10001101 | 10 | 11111001 | 101011 | 1100011 | 0 | 10 | 100010010 | 1100010 | 110001 |
Color Harmonies of #8D02F9
Complementary color
Monochromatic Colors of #8D02F9
Black with #8D02F9
Text Example
Text Example
White with #8D02F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02F9; }
p { color: rgb(141,2,249); }
H1.HeaderClassName
{
color: #8D02F9;
}
.AnyTagClassName
{
color: #8D02F9;
}
</style>
background-color css
<style>
a { background-color: #8D02F9; }
a { background-color: rgb(141,2,249); }
div.DivClassName
{
background-color: #8D02F9;
}
.BgClassName
{
background-color: #8D02F9;
}
</style>
border-color css
<style>
span { border-color: #8D02F9; }
span { border-color: rgb(141,2,249); }
td.TdClassName
{
border-color: #8D02F9;
}
.TagClassName
{
border-color: #8D02F9;
}
</style>