Shades of Blue Violet #8125DE
Tints of Blue Violet #8125DE
RGB
CMYK
RGB Variations
Color information
#8125DE (or 0x8125DE) is known color: Blue Violet. HEX triplet: 81, 25 and DE. RGB value is (129,37,222). Sum of RGB (Red+Green+Blue) = 129+37+222=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #8125DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8125DE is #7EDA21. Grayscale: #545454. Windows color (decimal): -8313378 or 14558593. OLE color: 14558593.
HSL color Cylindrical-coordinate representation of color #8125DE: hue angle of 269.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8125DE is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 37 | 222 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.13 |
| HSL | 269.84º | 0.74% | 0.51% | - |
| HSV(B) | 269.84º | 0.83% | 0.87% | - |
| XYZ | 22.9 | 11.26 | 70.07 | - |
| YUV | 85.6 | 204.98 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 222 | 0.42 | 0.83 | 0 | 0.13 | 269.84 | 0.74 | 0.51 |
| Hex | 81 | 25 | DE | 2A | 53 | 0 | D | 10E | 4A | 33 |
| Octal | 201 | 45 | 336 | 52 | 123 | 0 | 15 | 416 | 112 | 63 |
| Binary | 10000001 | 100101 | 11011110 | 101010 | 1010011 | 0 | 1101 | 100001110 | 1001010 | 110011 |
Color Harmonies of #8125DE
Complementary color
Monochromatic Colors of #8125DE
Black with #8125DE
Text Example
Text Example
White with #8125DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8125DE; }
p { color: rgb(129,37,222); }
H1.HeaderClassName
{
color: #8125DE;
}
.AnyTagClassName
{
color: #8125DE;
}
</style>
background-color css
<style>
a { background-color: #8125DE; }
a { background-color: rgb(129,37,222); }
div.DivClassName
{
background-color: #8125DE;
}
.BgClassName
{
background-color: #8125DE;
}
</style>
border-color css
<style>
span { border-color: #8125DE; }
span { border-color: rgb(129,37,222); }
td.TdClassName
{
border-color: #8125DE;
}
.TagClassName
{
border-color: #8125DE;
}
</style>