Shades of Blue Violet #9C36FF
Tints of Blue Violet #9C36FF
RGB
CMYK
RGB Variations
Color information
#9C36FF (or 0x9C36FF) is known color: Blue Violet. HEX triplet: 9C, 36 and FF. RGB value is (156,54,255). Sum of RGB (Red+Green+Blue) = 156+54+255=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C36FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C36FF is #63C900. Grayscale: #6A6A6A. Windows color (decimal): -6539521 or 16725660. OLE color: 16725660.
HSL color Cylindrical-coordinate representation of color #9C36FF: hue angle of 270.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C36FF is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 54 | 255 | - |
| CMYK | 0.39 | 0.79 | 0 | 0 |
| HSL | 270.45º | 1% | 0.61% | - |
| HSV(B) | 270.45º | 0.79% | 1% | - |
| XYZ | 33.08 | 16.93 | 96.13 | - |
| YUV | 107.41 | 211.29 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 255 | 0.39 | 0.79 | 0 | 0 | 270.45 | 1 | 0.61 |
| Hex | 9C | 36 | FF | 27 | 4F | 0 | 0 | 10E | 64 | 3D |
| Octal | 234 | 66 | 377 | 47 | 117 | 0 | 0 | 416 | 144 | 75 |
| Binary | 10011100 | 110110 | 11111111 | 100111 | 1001111 | 0 | 0 | 100001110 | 1100100 | 111101 |
Color Harmonies of #9C36FF
Complementary color
Monochromatic Colors of #9C36FF
Black with #9C36FF
Text Example
Text Example
White with #9C36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C36FF; }
p { color: rgb(156,54,255); }
H1.HeaderClassName
{
color: #9C36FF;
}
.AnyTagClassName
{
color: #9C36FF;
}
</style>
background-color css
<style>
a { background-color: #9C36FF; }
a { background-color: rgb(156,54,255); }
div.DivClassName
{
background-color: #9C36FF;
}
.BgClassName
{
background-color: #9C36FF;
}
</style>
border-color css
<style>
span { border-color: #9C36FF; }
span { border-color: rgb(156,54,255); }
td.TdClassName
{
border-color: #9C36FF;
}
.TagClassName
{
border-color: #9C36FF;
}
</style>