Shades of Blue Violet #9C36FC
Tints of Blue Violet #9C36FC
RGB
CMYK
RGB Variations
Color information
#9C36FC (or 0x9C36FC) is known color: Blue Violet. HEX triplet: 9C, 36 and FC. RGB value is (156,54,252). Sum of RGB (Red+Green+Blue) = 156+54+252=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C36FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C36FC is #63C903. Grayscale: #6A6A6A. Windows color (decimal): -6539524 or 16529052. OLE color: 16529052.
HSL color Cylindrical-coordinate representation of color #9C36FC: hue angle of 270.91º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C36FC is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 54 | 252 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.01 |
| HSL | 270.91º | 0.97% | 0.6% | - |
| HSV(B) | 270.91º | 0.79% | 0.99% | - |
| XYZ | 32.6 | 16.73 | 93.61 | - |
| YUV | 107.07 | 209.79 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 252 | 0.38 | 0.79 | 0 | 0.01 | 270.91 | 0.97 | 0.6 |
| Hex | 9C | 36 | FC | 26 | 4F | 0 | 1 | 10F | 61 | 3C |
| Octal | 234 | 66 | 374 | 46 | 117 | 0 | 1 | 417 | 141 | 74 |
| Binary | 10011100 | 110110 | 11111100 | 100110 | 1001111 | 0 | 1 | 100001111 | 1100001 | 111100 |
Color Harmonies of #9C36FC
Complementary color
Monochromatic Colors of #9C36FC
Black with #9C36FC
Text Example
Text Example
White with #9C36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C36FC; }
p { color: rgb(156,54,252); }
H1.HeaderClassName
{
color: #9C36FC;
}
.AnyTagClassName
{
color: #9C36FC;
}
</style>
background-color css
<style>
a { background-color: #9C36FC; }
a { background-color: rgb(156,54,252); }
div.DivClassName
{
background-color: #9C36FC;
}
.BgClassName
{
background-color: #9C36FC;
}
</style>
border-color css
<style>
span { border-color: #9C36FC; }
span { border-color: rgb(156,54,252); }
td.TdClassName
{
border-color: #9C36FC;
}
.TagClassName
{
border-color: #9C36FC;
}
</style>