Shades of Blue Violet #9C41FA
Tints of Blue Violet #9C41FA
RGB
CMYK
RGB Variations
Color information
#9C41FA (or 0x9C41FA) is known color: Blue Violet. HEX triplet: 9C, 41 and FA. RGB value is (156,65,250). Sum of RGB (Red+Green+Blue) = 156+65+250=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C41FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C41FA is #63BE05. Grayscale: #707070. Windows color (decimal): -6536710 or 16400796. OLE color: 16400796.
HSL color Cylindrical-coordinate representation of color #9C41FA: hue angle of 269.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C41FA is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 65 | 250 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.02 |
| HSL | 269.51º | 0.95% | 0.62% | - |
| HSV(B) | 269.51º | 0.74% | 0.98% | - |
| XYZ | 32.86 | 17.75 | 92.14 | - |
| YUV | 113.3 | 205.15 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 250 | 0.38 | 0.74 | 0 | 0.02 | 269.51 | 0.95 | 0.62 |
| Hex | 9C | 41 | FA | 26 | 4A | 0 | 2 | 10E | 5F | 3E |
| Octal | 234 | 101 | 372 | 46 | 112 | 0 | 2 | 416 | 137 | 76 |
| Binary | 10011100 | 1000001 | 11111010 | 100110 | 1001010 | 0 | 10 | 100001110 | 1011111 | 111110 |
Color Harmonies of #9C41FA
Complementary color
Monochromatic Colors of #9C41FA
Black with #9C41FA
Text Example
Text Example
White with #9C41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41FA; }
p { color: rgb(156,65,250); }
H1.HeaderClassName
{
color: #9C41FA;
}
.AnyTagClassName
{
color: #9C41FA;
}
</style>
background-color css
<style>
a { background-color: #9C41FA; }
a { background-color: rgb(156,65,250); }
div.DivClassName
{
background-color: #9C41FA;
}
.BgClassName
{
background-color: #9C41FA;
}
</style>
border-color css
<style>
span { border-color: #9C41FA; }
span { border-color: rgb(156,65,250); }
td.TdClassName
{
border-color: #9C41FA;
}
.TagClassName
{
border-color: #9C41FA;
}
</style>