Shades of Blue Violet #9C2EF9
Tints of Blue Violet #9C2EF9
RGB
CMYK
RGB Variations
Color information
#9C2EF9 (or 0x9C2EF9) is known color: Blue Violet. HEX triplet: 9C, 2E and F9. RGB value is (156,46,249). Sum of RGB (Red+Green+Blue) = 156+46+249=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C2EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2EF9 is #63D106. Grayscale: #656565. Windows color (decimal): -6541575 or 16330396. OLE color: 16330396.
HSL color Cylindrical-coordinate representation of color #9C2EF9: hue angle of 272.51º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C2EF9 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 46 | 249 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.02 |
| HSL | 272.51º | 0.94% | 0.58% | - |
| HSV(B) | 272.51º | 0.82% | 0.98% | - |
| XYZ | 31.79 | 15.86 | 91.01 | - |
| YUV | 102.03 | 210.94 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 249 | 0.37 | 0.82 | 0 | 0.02 | 272.51 | 0.94 | 0.58 |
| Hex | 9C | 2E | F9 | 25 | 52 | 0 | 2 | 111 | 5E | 3A |
| Octal | 234 | 56 | 371 | 45 | 122 | 0 | 2 | 421 | 136 | 72 |
| Binary | 10011100 | 101110 | 11111001 | 100101 | 1010010 | 0 | 10 | 100010001 | 1011110 | 111010 |
Color Harmonies of #9C2EF9
Complementary color
Monochromatic Colors of #9C2EF9
Black with #9C2EF9
Text Example
Text Example
White with #9C2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2EF9; }
p { color: rgb(156,46,249); }
H1.HeaderClassName
{
color: #9C2EF9;
}
.AnyTagClassName
{
color: #9C2EF9;
}
</style>
background-color css
<style>
a { background-color: #9C2EF9; }
a { background-color: rgb(156,46,249); }
div.DivClassName
{
background-color: #9C2EF9;
}
.BgClassName
{
background-color: #9C2EF9;
}
</style>
border-color css
<style>
span { border-color: #9C2EF9; }
span { border-color: rgb(156,46,249); }
td.TdClassName
{
border-color: #9C2EF9;
}
.TagClassName
{
border-color: #9C2EF9;
}
</style>