Shades of Blue Violet #8115D4
Tints of Blue Violet #8115D4
RGB
CMYK
RGB Variations
Color information
#8115D4 (or 0x8115D4) is known color: Blue Violet. HEX triplet: 81, 15 and D4. RGB value is (129,21,212). Sum of RGB (Red+Green+Blue) = 129+21+212=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 212 (83.20% from 255 or 58.56% from 362); Max value from RGB is 212 - color contains mainly: blue. Hex color #8115D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8115D4 is #7EEA2B. Grayscale: #4A4A4A. Windows color (decimal): -8317484 or 13899137. OLE color: 13899137.
HSL color Cylindrical-coordinate representation of color #8115D4: hue angle of 273.93º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8115D4 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 21 | 212 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.17 |
| HSL | 273.93º | 0.82% | 0.46% | - |
| HSV(B) | 273.93º | 0.9% | 0.83% | - |
| XYZ | 21.21 | 9.96 | 63.09 | - |
| YUV | 75.07 | 205.28 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 212 | 0.39 | 0.90 | 0 | 0.17 | 273.93 | 0.82 | 0.46 |
| Hex | 81 | 15 | D4 | 27 | 5A | 0 | 11 | 112 | 52 | 2E |
| Octal | 201 | 25 | 324 | 47 | 132 | 0 | 21 | 422 | 122 | 56 |
| Binary | 10000001 | 10101 | 11010100 | 100111 | 1011010 | 0 | 10001 | 100010010 | 1010010 | 101110 |
Color Harmonies of #8115D4
Complementary color
Monochromatic Colors of #8115D4
Black with #8115D4
Text Example
Text Example
White with #8115D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115D4; }
p { color: rgb(129,21,212); }
H1.HeaderClassName
{
color: #8115D4;
}
.AnyTagClassName
{
color: #8115D4;
}
</style>
background-color css
<style>
a { background-color: #8115D4; }
a { background-color: rgb(129,21,212); }
div.DivClassName
{
background-color: #8115D4;
}
.BgClassName
{
background-color: #8115D4;
}
</style>
border-color css
<style>
span { border-color: #8115D4; }
span { border-color: rgb(129,21,212); }
td.TdClassName
{
border-color: #8115D4;
}
.TagClassName
{
border-color: #8115D4;
}
</style>