Shades of Blue Violet #9C3FFF
Tints of Blue Violet #9C3FFF
RGB
CMYK
RGB Variations
Color information
#9C3FFF (or 0x9C3FFF) is known color: Blue Violet. HEX triplet: 9C, 3F and FF. RGB value is (156,63,255). Sum of RGB (Red+Green+Blue) = 156+63+255=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3FFF is #63C000. Grayscale: #707070. Windows color (decimal): -6537217 or 16727964. OLE color: 16727964.
HSL color Cylindrical-coordinate representation of color #9C3FFF: hue angle of 269.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C3FFF is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 63 | 255 | - |
| CMYK | 0.39 | 0.75 | 0 | 0 |
| HSL | 269.06º | 1% | 0.62% | - |
| HSV(B) | 269.06º | 0.75% | 1% | - |
| XYZ | 33.54 | 17.84 | 96.28 | - |
| YUV | 112.7 | 208.31 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 63 | 255 | 0.39 | 0.75 | 0 | 0 | 269.06 | 1 | 0.62 |
| Hex | 9C | 3F | FF | 27 | 4B | 0 | 0 | 10D | 64 | 3E |
| Octal | 234 | 77 | 377 | 47 | 113 | 0 | 0 | 415 | 144 | 76 |
| Binary | 10011100 | 111111 | 11111111 | 100111 | 1001011 | 0 | 0 | 100001101 | 1100100 | 111110 |
Color Harmonies of #9C3FFF
Complementary color
Monochromatic Colors of #9C3FFF
Black with #9C3FFF
Text Example
Text Example
White with #9C3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3FFF; }
p { color: rgb(156,63,255); }
H1.HeaderClassName
{
color: #9C3FFF;
}
.AnyTagClassName
{
color: #9C3FFF;
}
</style>
background-color css
<style>
a { background-color: #9C3FFF; }
a { background-color: rgb(156,63,255); }
div.DivClassName
{
background-color: #9C3FFF;
}
.BgClassName
{
background-color: #9C3FFF;
}
</style>
border-color css
<style>
span { border-color: #9C3FFF; }
span { border-color: rgb(156,63,255); }
td.TdClassName
{
border-color: #9C3FFF;
}
.TagClassName
{
border-color: #9C3FFF;
}
</style>