Shades of Blue Violet #9C41FD
Tints of Blue Violet #9C41FD
RGB
CMYK
RGB Variations
Color information
#9C41FD (or 0x9C41FD) is known color: Blue Violet. HEX triplet: 9C, 41 and FD. RGB value is (156,65,253). Sum of RGB (Red+Green+Blue) = 156+65+253=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C41FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C41FD is #63BE02. Grayscale: #707070. Windows color (decimal): -6536707 or 16597404. OLE color: 16597404.
HSL color Cylindrical-coordinate representation of color #9C41FD: hue angle of 269.04º degrees, saturation: 0.98, 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 #9C41FD is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 65 | 253 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.01 |
| HSL | 269.04º | 0.98% | 0.62% | - |
| HSV(B) | 269.04º | 0.74% | 0.99% | - |
| XYZ | 33.33 | 17.94 | 94.63 | - |
| YUV | 113.64 | 206.65 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 253 | 0.38 | 0.74 | 0 | 0.01 | 269.04 | 0.98 | 0.62 |
| Hex | 9C | 41 | FD | 26 | 4A | 0 | 1 | 10D | 62 | 3E |
| Octal | 234 | 101 | 375 | 46 | 112 | 0 | 1 | 415 | 142 | 76 |
| Binary | 10011100 | 1000001 | 11111101 | 100110 | 1001010 | 0 | 1 | 100001101 | 1100010 | 111110 |
Color Harmonies of #9C41FD
Complementary color
Monochromatic Colors of #9C41FD
Black with #9C41FD
Text Example
Text Example
White with #9C41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41FD; }
p { color: rgb(156,65,253); }
H1.HeaderClassName
{
color: #9C41FD;
}
.AnyTagClassName
{
color: #9C41FD;
}
</style>
background-color css
<style>
a { background-color: #9C41FD; }
a { background-color: rgb(156,65,253); }
div.DivClassName
{
background-color: #9C41FD;
}
.BgClassName
{
background-color: #9C41FD;
}
</style>
border-color css
<style>
span { border-color: #9C41FD; }
span { border-color: rgb(156,65,253); }
td.TdClassName
{
border-color: #9C41FD;
}
.TagClassName
{
border-color: #9C41FD;
}
</style>