Shades of Blue Violet #9A41FC
Tints of Blue Violet #9A41FC
RGB
CMYK
RGB Variations
Color information
#9A41FC (or 0x9A41FC) is known color: Blue Violet. HEX triplet: 9A, 41 and FC. RGB value is (154,65,252). Sum of RGB (Red+Green+Blue) = 154+65+252=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A41FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A41FC is #65BE03. Grayscale: #707070. Windows color (decimal): -6667780 or 16531866. OLE color: 16531866.
HSL color Cylindrical-coordinate representation of color #9A41FC: hue angle of 268.56º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A41FC is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 65 | 252 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.01 |
| HSL | 268.56º | 0.97% | 0.62% | - |
| HSV(B) | 268.56º | 0.74% | 0.99% | - |
| XYZ | 32.79 | 17.68 | 93.78 | - |
| YUV | 112.93 | 206.49 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 252 | 0.39 | 0.74 | 0 | 0.01 | 268.56 | 0.97 | 0.62 |
| Hex | 9A | 41 | FC | 27 | 4A | 0 | 1 | 10D | 61 | 3E |
| Octal | 232 | 101 | 374 | 47 | 112 | 0 | 1 | 415 | 141 | 76 |
| Binary | 10011010 | 1000001 | 11111100 | 100111 | 1001010 | 0 | 1 | 100001101 | 1100001 | 111110 |
Color Harmonies of #9A41FC
Complementary color
Monochromatic Colors of #9A41FC
Black with #9A41FC
Text Example
Text Example
White with #9A41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A41FC; }
p { color: rgb(154,65,252); }
H1.HeaderClassName
{
color: #9A41FC;
}
.AnyTagClassName
{
color: #9A41FC;
}
</style>
background-color css
<style>
a { background-color: #9A41FC; }
a { background-color: rgb(154,65,252); }
div.DivClassName
{
background-color: #9A41FC;
}
.BgClassName
{
background-color: #9A41FC;
}
</style>
border-color css
<style>
span { border-color: #9A41FC; }
span { border-color: rgb(154,65,252); }
td.TdClassName
{
border-color: #9A41FC;
}
.TagClassName
{
border-color: #9A41FC;
}
</style>