Shades of Blue Violet #8D1FDA
Tints of Blue Violet #8D1FDA
RGB
CMYK
RGB Variations
Color information
#8D1FDA (or 0x8D1FDA) is known color: Blue Violet. HEX triplet: 8D, 1F and DA. RGB value is (141,31,218). Sum of RGB (Red+Green+Blue) = 141+31+218=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D1FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FDA is #72E025. Grayscale: #545454. Windows color (decimal): -7528486 or 14294925. OLE color: 14294925.
HSL color Cylindrical-coordinate representation of color #8D1FDA: hue angle of 275.29º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1FDA is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 31 | 218 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.15 |
| HSL | 275.29º | 0.75% | 0.49% | - |
| HSV(B) | 275.29º | 0.86% | 0.85% | - |
| XYZ | 24.13 | 11.7 | 67.32 | - |
| YUV | 85.21 | 202.94 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 218 | 0.35 | 0.86 | 0 | 0.15 | 275.29 | 0.75 | 0.49 |
| Hex | 8D | 1F | DA | 23 | 56 | 0 | F | 113 | 4B | 31 |
| Octal | 215 | 37 | 332 | 43 | 126 | 0 | 17 | 423 | 113 | 61 |
| Binary | 10001101 | 11111 | 11011010 | 100011 | 1010110 | 0 | 1111 | 100010011 | 1001011 | 110001 |
Color Harmonies of #8D1FDA
Complementary color
Monochromatic Colors of #8D1FDA
Black with #8D1FDA
Text Example
Text Example
White with #8D1FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FDA; }
p { color: rgb(141,31,218); }
H1.HeaderClassName
{
color: #8D1FDA;
}
.AnyTagClassName
{
color: #8D1FDA;
}
</style>
background-color css
<style>
a { background-color: #8D1FDA; }
a { background-color: rgb(141,31,218); }
div.DivClassName
{
background-color: #8D1FDA;
}
.BgClassName
{
background-color: #8D1FDA;
}
</style>
border-color css
<style>
span { border-color: #8D1FDA; }
span { border-color: rgb(141,31,218); }
td.TdClassName
{
border-color: #8D1FDA;
}
.TagClassName
{
border-color: #8D1FDA;
}
</style>