Shades of Blue Violet #781AD9
Tints of Blue Violet #781AD9
RGB
CMYK
RGB Variations
Color information
#781AD9 (or 0x781AD9) is known color: Blue Violet. HEX triplet: 78, 1A and D9. RGB value is (120,26,217). Sum of RGB (Red+Green+Blue) = 120+26+217=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #781AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AD9 is #87E526. Grayscale: #4B4B4B. Windows color (decimal): -8906023 or 14228088. OLE color: 14228088.
HSL color Cylindrical-coordinate representation of color #781AD9: hue angle of 269.53º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781AD9 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 26 | 217 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.15 |
| HSL | 269.53º | 0.79% | 0.48% | - |
| HSV(B) | 269.53º | 0.88% | 0.85% | - |
| XYZ | 20.64 | 9.74 | 66.44 | - |
| YUV | 75.88 | 207.64 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 217 | 0.45 | 0.88 | 0 | 0.15 | 269.53 | 0.79 | 0.48 |
| Hex | 78 | 1A | D9 | 2D | 58 | 0 | F | 10E | 4F | 30 |
| Octal | 170 | 32 | 331 | 55 | 130 | 0 | 17 | 416 | 117 | 60 |
| Binary | 1111000 | 11010 | 11011001 | 101101 | 1011000 | 0 | 1111 | 100001110 | 1001111 | 110000 |
Color Harmonies of #781AD9
Complementary color
Monochromatic Colors of #781AD9
Black with #781AD9
Text Example
Text Example
White with #781AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781AD9; }
p { color: rgb(120,26,217); }
H1.HeaderClassName
{
color: #781AD9;
}
.AnyTagClassName
{
color: #781AD9;
}
</style>
background-color css
<style>
a { background-color: #781AD9; }
a { background-color: rgb(120,26,217); }
div.DivClassName
{
background-color: #781AD9;
}
.BgClassName
{
background-color: #781AD9;
}
</style>
border-color css
<style>
span { border-color: #781AD9; }
span { border-color: rgb(120,26,217); }
td.TdClassName
{
border-color: #781AD9;
}
.TagClassName
{
border-color: #781AD9;
}
</style>