Shades of Blue Violet #9719EA
Tints of Blue Violet #9719EA
RGB
CMYK
RGB Variations
Color information
#9719EA (or 0x9719EA) is known color: Blue Violet. HEX triplet: 97, 19 and EA. RGB value is (151,25,234). Sum of RGB (Red+Green+Blue) = 151+25+234=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #9719EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9719EA is #68E615. Grayscale: #555555. Windows color (decimal): -6874646 or 15341975. OLE color: 15341975.
HSL color Cylindrical-coordinate representation of color #9719EA: hue angle of 276.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9719EA is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 25 | 234 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.08 |
| HSL | 276.17º | 0.83% | 0.51% | - |
| HSV(B) | 276.17º | 0.89% | 0.92% | - |
| XYZ | 27.96 | 13.22 | 78.92 | - |
| YUV | 86.5 | 211.24 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 234 | 0.35 | 0.89 | 0 | 0.08 | 276.17 | 0.83 | 0.51 |
| Hex | 97 | 19 | EA | 23 | 59 | 0 | 8 | 114 | 53 | 33 |
| Octal | 227 | 31 | 352 | 43 | 131 | 0 | 10 | 424 | 123 | 63 |
| Binary | 10010111 | 11001 | 11101010 | 100011 | 1011001 | 0 | 1000 | 100010100 | 1010011 | 110011 |
Color Harmonies of #9719EA
Complementary color
Monochromatic Colors of #9719EA
Black with #9719EA
Text Example
Text Example
White with #9719EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9719EA; }
p { color: rgb(151,25,234); }
H1.HeaderClassName
{
color: #9719EA;
}
.AnyTagClassName
{
color: #9719EA;
}
</style>
background-color css
<style>
a { background-color: #9719EA; }
a { background-color: rgb(151,25,234); }
div.DivClassName
{
background-color: #9719EA;
}
.BgClassName
{
background-color: #9719EA;
}
</style>
border-color css
<style>
span { border-color: #9719EA; }
span { border-color: rgb(151,25,234); }
td.TdClassName
{
border-color: #9719EA;
}
.TagClassName
{
border-color: #9719EA;
}
</style>