Shades of Blue Violet #9D14FC
Tints of Blue Violet #9D14FC
RGB
CMYK
RGB Variations
Color information
#9D14FC (or 0x9D14FC) is known color: Blue Violet. HEX triplet: 9D, 14 and FC. RGB value is (157,20,252). Sum of RGB (Red+Green+Blue) = 157+20+252=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D14FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D14FC is #62EB03. Grayscale: #565656. Windows color (decimal): -6482692 or 16520349. OLE color: 16520349.
HSL color Cylindrical-coordinate representation of color #9D14FC: hue angle of 275.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D14FC is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 20 | 252 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.01 |
| HSL | 275.43º | 0.97% | 0.53% | - |
| HSV(B) | 275.43º | 0.92% | 0.99% | - |
| XYZ | 31.73 | 14.7 | 93.26 | - |
| YUV | 87.41 | 220.89 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 252 | 0.38 | 0.92 | 0 | 0.01 | 275.43 | 0.97 | 0.53 |
| Hex | 9D | 14 | FC | 26 | 5C | 0 | 1 | 113 | 61 | 35 |
| Octal | 235 | 24 | 374 | 46 | 134 | 0 | 1 | 423 | 141 | 65 |
| Binary | 10011101 | 10100 | 11111100 | 100110 | 1011100 | 0 | 1 | 100010011 | 1100001 | 110101 |
Color Harmonies of #9D14FC
Complementary color
Monochromatic Colors of #9D14FC
Black with #9D14FC
Text Example
Text Example
White with #9D14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D14FC; }
p { color: rgb(157,20,252); }
H1.HeaderClassName
{
color: #9D14FC;
}
.AnyTagClassName
{
color: #9D14FC;
}
</style>
background-color css
<style>
a { background-color: #9D14FC; }
a { background-color: rgb(157,20,252); }
div.DivClassName
{
background-color: #9D14FC;
}
.BgClassName
{
background-color: #9D14FC;
}
</style>
border-color css
<style>
span { border-color: #9D14FC; }
span { border-color: rgb(157,20,252); }
td.TdClassName
{
border-color: #9D14FC;
}
.TagClassName
{
border-color: #9D14FC;
}
</style>