Shades of Blue Violet #9D16EA
Tints of Blue Violet #9D16EA
RGB
CMYK
RGB Variations
Color information
#9D16EA (or 0x9D16EA) is known color: Blue Violet. HEX triplet: 9D, 16 and EA. RGB value is (157,22,234). Sum of RGB (Red+Green+Blue) = 157+22+234=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D16EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D16EA is #62E915. Grayscale: #555555. Windows color (decimal): -6482198 or 15341213. OLE color: 15341213.
HSL color Cylindrical-coordinate representation of color #9D16EA: hue angle of 278.21º 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 #9D16EA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 22 | 234 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.08 |
| HSL | 278.21º | 0.83% | 0.5% | - |
| HSV(B) | 278.21º | 0.91% | 0.92% | - |
| XYZ | 29.04 | 13.68 | 78.95 | - |
| YUV | 86.53 | 211.23 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 234 | 0.33 | 0.91 | 0 | 0.08 | 278.21 | 0.83 | 0.5 |
| Hex | 9D | 16 | EA | 21 | 5B | 0 | 8 | 116 | 53 | 32 |
| Octal | 235 | 26 | 352 | 41 | 133 | 0 | 10 | 426 | 123 | 62 |
| Binary | 10011101 | 10110 | 11101010 | 100001 | 1011011 | 0 | 1000 | 100010110 | 1010011 | 110010 |
Color Harmonies of #9D16EA
Complementary color
Monochromatic Colors of #9D16EA
Black with #9D16EA
Text Example
Text Example
White with #9D16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D16EA; }
p { color: rgb(157,22,234); }
H1.HeaderClassName
{
color: #9D16EA;
}
.AnyTagClassName
{
color: #9D16EA;
}
</style>
background-color css
<style>
a { background-color: #9D16EA; }
a { background-color: rgb(157,22,234); }
div.DivClassName
{
background-color: #9D16EA;
}
.BgClassName
{
background-color: #9D16EA;
}
</style>
border-color css
<style>
span { border-color: #9D16EA; }
span { border-color: rgb(157,22,234); }
td.TdClassName
{
border-color: #9D16EA;
}
.TagClassName
{
border-color: #9D16EA;
}
</style>