Shades of Blue Violet #9A13FF
Tints of Blue Violet #9A13FF
RGB
CMYK
RGB Variations
Color information
#9A13FF (or 0x9A13FF) is known color: Blue Violet. HEX triplet: 9A, 13 and FF. RGB value is (154,19,255). Sum of RGB (Red+Green+Blue) = 154+19+255=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A13FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A13FF is #65EC00. Grayscale: #555555. Windows color (decimal): -6679553 or 16716698. OLE color: 16716698.
HSL color Cylindrical-coordinate representation of color #9A13FF: hue angle of 274.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A13FF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 19 | 255 | - |
| CMYK | 0.40 | 0.93 | 0 | 0 |
| HSL | 274.32º | 1% | 0.54% | - |
| HSV(B) | 274.32º | 0.93% | 1% | - |
| XYZ | 31.61 | 14.56 | 95.75 | - |
| YUV | 86.27 | 223.23 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 255 | 0.40 | 0.93 | 0 | 0 | 274.32 | 1 | 0.54 |
| Hex | 9A | 13 | FF | 28 | 5D | 0 | 0 | 112 | 64 | 36 |
| Octal | 232 | 23 | 377 | 50 | 135 | 0 | 0 | 422 | 144 | 66 |
| Binary | 10011010 | 10011 | 11111111 | 101000 | 1011101 | 0 | 0 | 100010010 | 1100100 | 110110 |
Color Harmonies of #9A13FF
Complementary color
Monochromatic Colors of #9A13FF
Black with #9A13FF
Text Example
Text Example
White with #9A13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A13FF; }
p { color: rgb(154,19,255); }
H1.HeaderClassName
{
color: #9A13FF;
}
.AnyTagClassName
{
color: #9A13FF;
}
</style>
background-color css
<style>
a { background-color: #9A13FF; }
a { background-color: rgb(154,19,255); }
div.DivClassName
{
background-color: #9A13FF;
}
.BgClassName
{
background-color: #9A13FF;
}
</style>
border-color css
<style>
span { border-color: #9A13FF; }
span { border-color: rgb(154,19,255); }
td.TdClassName
{
border-color: #9A13FF;
}
.TagClassName
{
border-color: #9A13FF;
}
</style>