Shades of Blue Violet #9C41F3
Tints of Blue Violet #9C41F3
RGB
CMYK
RGB Variations
Color information
#9C41F3 (or 0x9C41F3) is known color: Blue Violet. HEX triplet: 9C, 41 and F3. RGB value is (156,65,243). Sum of RGB (Red+Green+Blue) = 156+65+243=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C41F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C41F3 is #63BE0C. Grayscale: #6F6F6F. Windows color (decimal): -6536717 or 15942044. OLE color: 15942044.
HSL color Cylindrical-coordinate representation of color #9C41F3: hue angle of 270.67º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C41F3 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 65 | 243 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.05 |
| HSL | 270.67º | 0.88% | 0.6% | - |
| HSV(B) | 270.67º | 0.73% | 0.95% | - |
| XYZ | 31.78 | 17.32 | 86.46 | - |
| YUV | 112.5 | 201.65 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 243 | 0.36 | 0.73 | 0 | 0.05 | 270.67 | 0.88 | 0.6 |
| Hex | 9C | 41 | F3 | 24 | 49 | 0 | 5 | 10F | 58 | 3C |
| Octal | 234 | 101 | 363 | 44 | 111 | 0 | 5 | 417 | 130 | 74 |
| Binary | 10011100 | 1000001 | 11110011 | 100100 | 1001001 | 0 | 101 | 100001111 | 1011000 | 111100 |
Color Harmonies of #9C41F3
Complementary color
Monochromatic Colors of #9C41F3
Black with #9C41F3
Text Example
Text Example
White with #9C41F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41F3; }
p { color: rgb(156,65,243); }
H1.HeaderClassName
{
color: #9C41F3;
}
.AnyTagClassName
{
color: #9C41F3;
}
</style>
background-color css
<style>
a { background-color: #9C41F3; }
a { background-color: rgb(156,65,243); }
div.DivClassName
{
background-color: #9C41F3;
}
.BgClassName
{
background-color: #9C41F3;
}
</style>
border-color css
<style>
span { border-color: #9C41F3; }
span { border-color: rgb(156,65,243); }
td.TdClassName
{
border-color: #9C41F3;
}
.TagClassName
{
border-color: #9C41F3;
}
</style>