Shades of Blue Violet #9A41FF
Tints of Blue Violet #9A41FF
RGB
CMYK
RGB Variations
Color information
#9A41FF (or 0x9A41FF) is known color: Blue Violet. HEX triplet: 9A, 41 and FF. RGB value is (154,65,255). Sum of RGB (Red+Green+Blue) = 154+65+255=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A41FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A41FF is #65BE00. Grayscale: #707070. Windows color (decimal): -6667777 or 16728474. OLE color: 16728474.
HSL color Cylindrical-coordinate representation of color #9A41FF: hue angle of 268.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A41FF is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 65 | 255 | - |
| CMYK | 0.40 | 0.75 | 0 | 0 |
| HSL | 268.11º | 1% | 0.63% | - |
| HSV(B) | 268.11º | 0.75% | 1% | - |
| XYZ | 33.27 | 17.87 | 96.3 | - |
| YUV | 113.27 | 207.99 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 255 | 0.40 | 0.75 | 0 | 0 | 268.11 | 1 | 0.63 |
| Hex | 9A | 41 | FF | 28 | 4B | 0 | 0 | 10C | 64 | 3F |
| Octal | 232 | 101 | 377 | 50 | 113 | 0 | 0 | 414 | 144 | 77 |
| Binary | 10011010 | 1000001 | 11111111 | 101000 | 1001011 | 0 | 0 | 100001100 | 1100100 | 111111 |
Color Harmonies of #9A41FF
Complementary color
Monochromatic Colors of #9A41FF
Black with #9A41FF
Text Example
Text Example
White with #9A41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A41FF; }
p { color: rgb(154,65,255); }
H1.HeaderClassName
{
color: #9A41FF;
}
.AnyTagClassName
{
color: #9A41FF;
}
</style>
background-color css
<style>
a { background-color: #9A41FF; }
a { background-color: rgb(154,65,255); }
div.DivClassName
{
background-color: #9A41FF;
}
.BgClassName
{
background-color: #9A41FF;
}
</style>
border-color css
<style>
span { border-color: #9A41FF; }
span { border-color: rgb(154,65,255); }
td.TdClassName
{
border-color: #9A41FF;
}
.TagClassName
{
border-color: #9A41FF;
}
</style>