Shades of Blue Violet #8127DE
Tints of Blue Violet #8127DE
RGB
CMYK
RGB Variations
Color information
#8127DE (or 0x8127DE) is known color: Blue Violet. HEX triplet: 81, 27 and DE. RGB value is (129,39,222). Sum of RGB (Red+Green+Blue) = 129+39+222=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #8127DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8127DE is #7ED821. Grayscale: #565656. Windows color (decimal): -8312866 or 14559105. OLE color: 14559105.
HSL color Cylindrical-coordinate representation of color #8127DE: hue angle of 269.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8127DE is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 39 | 222 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.13 |
| HSL | 269.51º | 0.73% | 0.51% | - |
| HSV(B) | 269.51º | 0.82% | 0.87% | - |
| XYZ | 22.96 | 11.39 | 70.1 | - |
| YUV | 86.77 | 204.32 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 222 | 0.42 | 0.82 | 0 | 0.13 | 269.51 | 0.73 | 0.51 |
| Hex | 81 | 27 | DE | 2A | 52 | 0 | D | 10E | 49 | 33 |
| Octal | 201 | 47 | 336 | 52 | 122 | 0 | 15 | 416 | 111 | 63 |
| Binary | 10000001 | 100111 | 11011110 | 101010 | 1010010 | 0 | 1101 | 100001110 | 1001001 | 110011 |
Color Harmonies of #8127DE
Complementary color
Monochromatic Colors of #8127DE
Black with #8127DE
Text Example
Text Example
White with #8127DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8127DE; }
p { color: rgb(129,39,222); }
H1.HeaderClassName
{
color: #8127DE;
}
.AnyTagClassName
{
color: #8127DE;
}
</style>
background-color css
<style>
a { background-color: #8127DE; }
a { background-color: rgb(129,39,222); }
div.DivClassName
{
background-color: #8127DE;
}
.BgClassName
{
background-color: #8127DE;
}
</style>
border-color css
<style>
span { border-color: #8127DE; }
span { border-color: rgb(129,39,222); }
td.TdClassName
{
border-color: #8127DE;
}
.TagClassName
{
border-color: #8127DE;
}
</style>