Shades of Blue Violet #781CE9
Tints of Blue Violet #781CE9
RGB
CMYK
RGB Variations
Color information
#781CE9 (or 0x781CE9) is known color: Blue Violet. HEX triplet: 78, 1C and E9. RGB value is (120,28,233). Sum of RGB (Red+Green+Blue) = 120+28+233=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 233 (91.41% from 255 or 61.15% from 381); Max value from RGB is 233 - color contains mainly: blue. Hex color #781CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CE9 is #87E316. Grayscale: #4E4E4E. Windows color (decimal): -8905495 or 15277176. OLE color: 15277176.
HSL color Cylindrical-coordinate representation of color #781CE9: hue angle of 266.93º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781CE9 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 28 | 233 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.09 |
| HSL | 266.93º | 0.82% | 0.51% | - |
| HSV(B) | 266.93º | 0.88% | 0.91% | - |
| XYZ | 22.87 | 10.71 | 77.95 | - |
| YUV | 78.88 | 214.98 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 233 | 0.48 | 0.88 | 0 | 0.09 | 266.93 | 0.82 | 0.51 |
| Hex | 78 | 1C | E9 | 30 | 58 | 0 | 9 | 10B | 52 | 33 |
| Octal | 170 | 34 | 351 | 60 | 130 | 0 | 11 | 413 | 122 | 63 |
| Binary | 1111000 | 11100 | 11101001 | 110000 | 1011000 | 0 | 1001 | 100001011 | 1010010 | 110011 |
Color Harmonies of #781CE9
Complementary color
Monochromatic Colors of #781CE9
Black with #781CE9
Text Example
Text Example
White with #781CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CE9; }
p { color: rgb(120,28,233); }
H1.HeaderClassName
{
color: #781CE9;
}
.AnyTagClassName
{
color: #781CE9;
}
</style>
background-color css
<style>
a { background-color: #781CE9; }
a { background-color: rgb(120,28,233); }
div.DivClassName
{
background-color: #781CE9;
}
.BgClassName
{
background-color: #781CE9;
}
</style>
border-color css
<style>
span { border-color: #781CE9; }
span { border-color: rgb(120,28,233); }
td.TdClassName
{
border-color: #781CE9;
}
.TagClassName
{
border-color: #781CE9;
}
</style>