Shades of Blue Violet #9C14F8
Tints of Blue Violet #9C14F8
RGB
CMYK
RGB Variations
Color information
#9C14F8 (or 0x9C14F8) is known color: Blue Violet. HEX triplet: 9C, 14 and F8. RGB value is (156,20,248). Sum of RGB (Red+Green+Blue) = 156+20+248=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C14F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C14F8 is #63EB07. Grayscale: #555555. Windows color (decimal): -6548232 or 16258204. OLE color: 16258204.
HSL color Cylindrical-coordinate representation of color #9C14F8: hue angle of 275.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C14F8 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 20 | 248 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.03 |
| HSL | 275.79º | 0.94% | 0.53% | - |
| HSV(B) | 275.79º | 0.92% | 0.97% | - |
| XYZ | 30.9 | 14.35 | 89.95 | - |
| YUV | 86.66 | 219.06 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 248 | 0.37 | 0.92 | 0 | 0.03 | 275.79 | 0.94 | 0.53 |
| Hex | 9C | 14 | F8 | 25 | 5C | 0 | 3 | 114 | 5E | 35 |
| Octal | 234 | 24 | 370 | 45 | 134 | 0 | 3 | 424 | 136 | 65 |
| Binary | 10011100 | 10100 | 11111000 | 100101 | 1011100 | 0 | 11 | 100010100 | 1011110 | 110101 |
Color Harmonies of #9C14F8
Complementary color
Monochromatic Colors of #9C14F8
Black with #9C14F8
Text Example
Text Example
White with #9C14F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C14F8; }
p { color: rgb(156,20,248); }
H1.HeaderClassName
{
color: #9C14F8;
}
.AnyTagClassName
{
color: #9C14F8;
}
</style>
background-color css
<style>
a { background-color: #9C14F8; }
a { background-color: rgb(156,20,248); }
div.DivClassName
{
background-color: #9C14F8;
}
.BgClassName
{
background-color: #9C14F8;
}
</style>
border-color css
<style>
span { border-color: #9C14F8; }
span { border-color: rgb(156,20,248); }
td.TdClassName
{
border-color: #9C14F8;
}
.TagClassName
{
border-color: #9C14F8;
}
</style>