Shades of Blue Violet #9516EA
Tints of Blue Violet #9516EA
RGB
CMYK
RGB Variations
Color information
#9516EA (or 0x9516EA) is known color: Blue Violet. HEX triplet: 95, 16 and EA. RGB value is (149,22,234). Sum of RGB (Red+Green+Blue) = 149+22+234=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #9516EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9516EA is #6AE915. Grayscale: #535353. Windows color (decimal): -7006486 or 15341205. OLE color: 15341205.
HSL color Cylindrical-coordinate representation of color #9516EA: hue angle of 275.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9516EA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 22 | 234 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.08 |
| HSL | 275.94º | 0.83% | 0.5% | - |
| HSV(B) | 275.94º | 0.91% | 0.92% | - |
| XYZ | 27.53 | 12.9 | 78.88 | - |
| YUV | 84.14 | 212.58 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 234 | 0.36 | 0.91 | 0 | 0.08 | 275.94 | 0.83 | 0.5 |
| Hex | 95 | 16 | EA | 24 | 5B | 0 | 8 | 114 | 53 | 32 |
| Octal | 225 | 26 | 352 | 44 | 133 | 0 | 10 | 424 | 123 | 62 |
| Binary | 10010101 | 10110 | 11101010 | 100100 | 1011011 | 0 | 1000 | 100010100 | 1010011 | 110010 |
Color Harmonies of #9516EA
Complementary color
Monochromatic Colors of #9516EA
Black with #9516EA
Text Example
Text Example
White with #9516EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9516EA; }
p { color: rgb(149,22,234); }
H1.HeaderClassName
{
color: #9516EA;
}
.AnyTagClassName
{
color: #9516EA;
}
</style>
background-color css
<style>
a { background-color: #9516EA; }
a { background-color: rgb(149,22,234); }
div.DivClassName
{
background-color: #9516EA;
}
.BgClassName
{
background-color: #9516EA;
}
</style>
border-color css
<style>
span { border-color: #9516EA; }
span { border-color: rgb(149,22,234); }
td.TdClassName
{
border-color: #9516EA;
}
.TagClassName
{
border-color: #9516EA;
}
</style>