Shades of Blue Violet #9C14F1
Tints of Blue Violet #9C14F1
RGB
CMYK
RGB Variations
Color information
#9C14F1 (or 0x9C14F1) is known color: Blue Violet. HEX triplet: 9C, 14 and F1. RGB value is (156,20,241). Sum of RGB (Red+Green+Blue) = 156+20+241=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C14F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C14F1 is #63EB0E. Grayscale: #555555. Windows color (decimal): -6548239 or 15799452. OLE color: 15799452.
HSL color Cylindrical-coordinate representation of color #9C14F1: hue angle of 276.92º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C14F1 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 20 | 241 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.05 |
| HSL | 276.92º | 0.89% | 0.51% | - |
| HSV(B) | 276.92º | 0.92% | 0.95% | - |
| XYZ | 29.84 | 13.92 | 84.33 | - |
| YUV | 85.86 | 215.56 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 241 | 0.35 | 0.92 | 0 | 0.05 | 276.92 | 0.89 | 0.51 |
| Hex | 9C | 14 | F1 | 23 | 5C | 0 | 5 | 115 | 59 | 33 |
| Octal | 234 | 24 | 361 | 43 | 134 | 0 | 5 | 425 | 131 | 63 |
| Binary | 10011100 | 10100 | 11110001 | 100011 | 1011100 | 0 | 101 | 100010101 | 1011001 | 110011 |
Color Harmonies of #9C14F1
Complementary color
Monochromatic Colors of #9C14F1
Black with #9C14F1
Text Example
Text Example
White with #9C14F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C14F1; }
p { color: rgb(156,20,241); }
H1.HeaderClassName
{
color: #9C14F1;
}
.AnyTagClassName
{
color: #9C14F1;
}
</style>
background-color css
<style>
a { background-color: #9C14F1; }
a { background-color: rgb(156,20,241); }
div.DivClassName
{
background-color: #9C14F1;
}
.BgClassName
{
background-color: #9C14F1;
}
</style>
border-color css
<style>
span { border-color: #9C14F1; }
span { border-color: rgb(156,20,241); }
td.TdClassName
{
border-color: #9C14F1;
}
.TagClassName
{
border-color: #9C14F1;
}
</style>