Shades of Blue Violet #8D09F8
Tints of Blue Violet #8D09F8
RGB
CMYK
RGB Variations
Color information
#8D09F8 (or 0x8D09F8) is known color: Blue Violet. HEX triplet: 8D, 09 and F8. RGB value is (141,9,248). Sum of RGB (Red+Green+Blue) = 141+9+248=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D09F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D09F8 is #72F607. Grayscale: #4A4A4A. Windows color (decimal): -7534088 or 16255373. OLE color: 16255373.
HSL color Cylindrical-coordinate representation of color #8D09F8: hue angle of 273.14º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D09F8 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 9 | 248 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.03 |
| HSL | 273.14º | 0.94% | 0.5% | - |
| HSV(B) | 273.14º | 0.96% | 0.97% | - |
| XYZ | 28.03 | 12.64 | 89.77 | - |
| YUV | 75.71 | 225.23 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 248 | 0.43 | 0.96 | 0 | 0.03 | 273.14 | 0.94 | 0.5 |
| Hex | 8D | 9 | F8 | 2B | 60 | 0 | 3 | 111 | 5E | 32 |
| Octal | 215 | 11 | 370 | 53 | 140 | 0 | 3 | 421 | 136 | 62 |
| Binary | 10001101 | 1001 | 11111000 | 101011 | 1100000 | 0 | 11 | 100010001 | 1011110 | 110010 |
Color Harmonies of #8D09F8
Complementary color
Monochromatic Colors of #8D09F8
Black with #8D09F8
Text Example
Text Example
White with #8D09F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09F8; }
p { color: rgb(141,9,248); }
H1.HeaderClassName
{
color: #8D09F8;
}
.AnyTagClassName
{
color: #8D09F8;
}
</style>
background-color css
<style>
a { background-color: #8D09F8; }
a { background-color: rgb(141,9,248); }
div.DivClassName
{
background-color: #8D09F8;
}
.BgClassName
{
background-color: #8D09F8;
}
</style>
border-color css
<style>
span { border-color: #8D09F8; }
span { border-color: rgb(141,9,248); }
td.TdClassName
{
border-color: #8D09F8;
}
.TagClassName
{
border-color: #8D09F8;
}
</style>