Shades of Blue Violet #8118DA
Tints of Blue Violet #8118DA
RGB
CMYK
RGB Variations
Color information
#8118DA (or 0x8118DA) is known color: Blue Violet. HEX triplet: 81, 18 and DA. RGB value is (129,24,218). Sum of RGB (Red+Green+Blue) = 129+24+218=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #8118DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8118DA is #7EE725. Grayscale: #4C4C4C. Windows color (decimal): -8316710 or 14293121. OLE color: 14293121.
HSL color Cylindrical-coordinate representation of color #8118DA: hue angle of 272.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8118DA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 24 | 218 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.15 |
| HSL | 272.47º | 0.8% | 0.47% | - |
| HSV(B) | 272.47º | 0.89% | 0.85% | - |
| XYZ | 22.03 | 10.38 | 67.17 | - |
| YUV | 77.51 | 207.29 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 218 | 0.41 | 0.89 | 0 | 0.15 | 272.47 | 0.8 | 0.47 |
| Hex | 81 | 18 | DA | 29 | 59 | 0 | F | 110 | 50 | 2F |
| Octal | 201 | 30 | 332 | 51 | 131 | 0 | 17 | 420 | 120 | 57 |
| Binary | 10000001 | 11000 | 11011010 | 101001 | 1011001 | 0 | 1111 | 100010000 | 1010000 | 101111 |
Color Harmonies of #8118DA
Complementary color
Monochromatic Colors of #8118DA
Black with #8118DA
Text Example
Text Example
White with #8118DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8118DA; }
p { color: rgb(129,24,218); }
H1.HeaderClassName
{
color: #8118DA;
}
.AnyTagClassName
{
color: #8118DA;
}
</style>
background-color css
<style>
a { background-color: #8118DA; }
a { background-color: rgb(129,24,218); }
div.DivClassName
{
background-color: #8118DA;
}
.BgClassName
{
background-color: #8118DA;
}
</style>
border-color css
<style>
span { border-color: #8118DA; }
span { border-color: rgb(129,24,218); }
td.TdClassName
{
border-color: #8118DA;
}
.TagClassName
{
border-color: #8118DA;
}
</style>