Shades of Blue Violet #9C13FE
Tints of Blue Violet #9C13FE
RGB
CMYK
RGB Variations
Color information
#9C13FE (or 0x9C13FE) is known color: Blue Violet. HEX triplet: 9C, 13 and FE. RGB value is (156,19,254). Sum of RGB (Red+Green+Blue) = 156+19+254=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C13FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C13FE is #63EC01. Grayscale: #555555. Windows color (decimal): -6548482 or 16651164. OLE color: 16651164.
HSL color Cylindrical-coordinate representation of color #9C13FE: hue angle of 274.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C13FE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 19 | 254 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.00 |
| HSL | 274.98º | 0.99% | 0.54% | - |
| HSV(B) | 274.98º | 0.93% | 1% | - |
| XYZ | 31.83 | 14.69 | 94.92 | - |
| YUV | 86.75 | 222.39 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 254 | 0.39 | 0.93 | 0 | 0.00 | 274.98 | 0.99 | 0.54 |
| Hex | 9C | 13 | FE | 27 | 5D | 0 | 0 | 113 | 63 | 36 |
| Octal | 234 | 23 | 376 | 47 | 135 | 0 | 0 | 423 | 143 | 66 |
| Binary | 10011100 | 10011 | 11111110 | 100111 | 1011101 | 0 | 0 | 100010011 | 1100011 | 110110 |
Color Harmonies of #9C13FE
Complementary color
Monochromatic Colors of #9C13FE
Black with #9C13FE
Text Example
Text Example
White with #9C13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C13FE; }
p { color: rgb(156,19,254); }
H1.HeaderClassName
{
color: #9C13FE;
}
.AnyTagClassName
{
color: #9C13FE;
}
</style>
background-color css
<style>
a { background-color: #9C13FE; }
a { background-color: rgb(156,19,254); }
div.DivClassName
{
background-color: #9C13FE;
}
.BgClassName
{
background-color: #9C13FE;
}
</style>
border-color css
<style>
span { border-color: #9C13FE; }
span { border-color: rgb(156,19,254); }
td.TdClassName
{
border-color: #9C13FE;
}
.TagClassName
{
border-color: #9C13FE;
}
</style>