Shades of Blue Violet #9C1CF6
Tints of Blue Violet #9C1CF6
RGB
CMYK
RGB Variations
Color information
#9C1CF6 (or 0x9C1CF6) is known color: Blue Violet. HEX triplet: 9C, 1C and F6. RGB value is (156,28,246). Sum of RGB (Red+Green+Blue) = 156+28+246=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C1CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1CF6 is #63E309. Grayscale: #5A5A5A. Windows color (decimal): -6546186 or 16129180. OLE color: 16129180.
HSL color Cylindrical-coordinate representation of color #9C1CF6: hue angle of 275.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C1CF6 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 28 | 246 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.04 |
| HSL | 275.23º | 0.92% | 0.54% | - |
| HSV(B) | 275.23º | 0.89% | 0.96% | - |
| XYZ | 30.76 | 14.55 | 88.38 | - |
| YUV | 91.12 | 215.41 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 246 | 0.37 | 0.89 | 0 | 0.04 | 275.23 | 0.92 | 0.54 |
| Hex | 9C | 1C | F6 | 25 | 59 | 0 | 4 | 113 | 5C | 36 |
| Octal | 234 | 34 | 366 | 45 | 131 | 0 | 4 | 423 | 134 | 66 |
| Binary | 10011100 | 11100 | 11110110 | 100101 | 1011001 | 0 | 100 | 100010011 | 1011100 | 110110 |
Color Harmonies of #9C1CF6
Complementary color
Monochromatic Colors of #9C1CF6
Black with #9C1CF6
Text Example
Text Example
White with #9C1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1CF6; }
p { color: rgb(156,28,246); }
H1.HeaderClassName
{
color: #9C1CF6;
}
.AnyTagClassName
{
color: #9C1CF6;
}
</style>
background-color css
<style>
a { background-color: #9C1CF6; }
a { background-color: rgb(156,28,246); }
div.DivClassName
{
background-color: #9C1CF6;
}
.BgClassName
{
background-color: #9C1CF6;
}
</style>
border-color css
<style>
span { border-color: #9C1CF6; }
span { border-color: rgb(156,28,246); }
td.TdClassName
{
border-color: #9C1CF6;
}
.TagClassName
{
border-color: #9C1CF6;
}
</style>