Shades of Blue Violet #9C2BFB
Tints of Blue Violet #9C2BFB
RGB
CMYK
RGB Variations
Color information
#9C2BFB (or 0x9C2BFB) is known color: Blue Violet. HEX triplet: 9C, 2B and FB. RGB value is (156,43,251). Sum of RGB (Red+Green+Blue) = 156+43+251=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C2BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2BFB is #63D404. Grayscale: #636363. Windows color (decimal): -6542341 or 16460700. OLE color: 16460700.
HSL color Cylindrical-coordinate representation of color #9C2BFB: hue angle of 272.6º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C2BFB is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 43 | 251 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.02 |
| HSL | 272.6º | 0.96% | 0.58% | - |
| HSV(B) | 272.6º | 0.83% | 0.98% | - |
| XYZ | 31.99 | 15.76 | 92.62 | - |
| YUV | 100.5 | 212.94 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 251 | 0.38 | 0.83 | 0 | 0.02 | 272.6 | 0.96 | 0.58 |
| Hex | 9C | 2B | FB | 26 | 53 | 0 | 2 | 111 | 60 | 3A |
| Octal | 234 | 53 | 373 | 46 | 123 | 0 | 2 | 421 | 140 | 72 |
| Binary | 10011100 | 101011 | 11111011 | 100110 | 1010011 | 0 | 10 | 100010001 | 1100000 | 111010 |
Color Harmonies of #9C2BFB
Complementary color
Monochromatic Colors of #9C2BFB
Black with #9C2BFB
Text Example
Text Example
White with #9C2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2BFB; }
p { color: rgb(156,43,251); }
H1.HeaderClassName
{
color: #9C2BFB;
}
.AnyTagClassName
{
color: #9C2BFB;
}
</style>
background-color css
<style>
a { background-color: #9C2BFB; }
a { background-color: rgb(156,43,251); }
div.DivClassName
{
background-color: #9C2BFB;
}
.BgClassName
{
background-color: #9C2BFB;
}
</style>
border-color css
<style>
span { border-color: #9C2BFB; }
span { border-color: rgb(156,43,251); }
td.TdClassName
{
border-color: #9C2BFB;
}
.TagClassName
{
border-color: #9C2BFB;
}
</style>