Shades of Blue Violet #8145DE
Tints of Blue Violet #8145DE
RGB
CMYK
RGB Variations
Color information
#8145DE (or 0x8145DE) is known color: Blue Violet. HEX triplet: 81, 45 and DE. RGB value is (129,69,222). Sum of RGB (Red+Green+Blue) = 129+69+222=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #8145DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8145DE is #7EBA21. Grayscale: #676767. Windows color (decimal): -8305186 or 14566785. OLE color: 14566785.
HSL color Cylindrical-coordinate representation of color #8145DE: hue angle of 263.53º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8145DE is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 69 | 222 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.13 |
| HSL | 263.53º | 0.7% | 0.57% | - |
| HSV(B) | 263.53º | 0.69% | 0.87% | - |
| XYZ | 24.37 | 14.2 | 70.56 | - |
| YUV | 104.38 | 194.38 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 69 | 222 | 0.42 | 0.69 | 0 | 0.13 | 263.53 | 0.7 | 0.57 |
| Hex | 81 | 45 | DE | 2A | 45 | 0 | D | 108 | 46 | 39 |
| Octal | 201 | 105 | 336 | 52 | 105 | 0 | 15 | 410 | 106 | 71 |
| Binary | 10000001 | 1000101 | 11011110 | 101010 | 1000101 | 0 | 1101 | 100001000 | 1000110 | 111001 |
Color Harmonies of #8145DE
Complementary color
Monochromatic Colors of #8145DE
Black with #8145DE
Text Example
Text Example
White with #8145DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8145DE; }
p { color: rgb(129,69,222); }
H1.HeaderClassName
{
color: #8145DE;
}
.AnyTagClassName
{
color: #8145DE;
}
</style>
background-color css
<style>
a { background-color: #8145DE; }
a { background-color: rgb(129,69,222); }
div.DivClassName
{
background-color: #8145DE;
}
.BgClassName
{
background-color: #8145DE;
}
</style>
border-color css
<style>
span { border-color: #8145DE; }
span { border-color: rgb(129,69,222); }
td.TdClassName
{
border-color: #8145DE;
}
.TagClassName
{
border-color: #8145DE;
}
</style>