Shades of Blue Violet #9C13F8
Tints of Blue Violet #9C13F8
RGB
CMYK
RGB Variations
Color information
#9C13F8 (or 0x9C13F8) is known color: Blue Violet. HEX triplet: 9C, 13 and F8. RGB value is (156,19,248). Sum of RGB (Red+Green+Blue) = 156+19+248=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C13F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C13F8 is #63EC07. Grayscale: #555555. Windows color (decimal): -6548488 or 16257948. OLE color: 16257948.
HSL color Cylindrical-coordinate representation of color #9C13F8: hue angle of 275.9º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C13F8 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 19 | 248 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.03 |
| HSL | 275.9º | 0.94% | 0.52% | - |
| HSV(B) | 275.9º | 0.92% | 0.97% | - |
| XYZ | 30.89 | 14.31 | 89.94 | - |
| YUV | 86.07 | 219.39 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 248 | 0.37 | 0.92 | 0 | 0.03 | 275.9 | 0.94 | 0.52 |
| Hex | 9C | 13 | F8 | 25 | 5C | 0 | 3 | 114 | 5E | 34 |
| Octal | 234 | 23 | 370 | 45 | 134 | 0 | 3 | 424 | 136 | 64 |
| Binary | 10011100 | 10011 | 11111000 | 100101 | 1011100 | 0 | 11 | 100010100 | 1011110 | 110100 |
Color Harmonies of #9C13F8
Complementary color
Monochromatic Colors of #9C13F8
Black with #9C13F8
Text Example
Text Example
White with #9C13F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C13F8; }
p { color: rgb(156,19,248); }
H1.HeaderClassName
{
color: #9C13F8;
}
.AnyTagClassName
{
color: #9C13F8;
}
</style>
background-color css
<style>
a { background-color: #9C13F8; }
a { background-color: rgb(156,19,248); }
div.DivClassName
{
background-color: #9C13F8;
}
.BgClassName
{
background-color: #9C13F8;
}
</style>
border-color css
<style>
span { border-color: #9C13F8; }
span { border-color: rgb(156,19,248); }
td.TdClassName
{
border-color: #9C13F8;
}
.TagClassName
{
border-color: #9C13F8;
}
</style>