Shades of Blue Violet #9C2DFB
Tints of Blue Violet #9C2DFB
RGB
CMYK
RGB Variations
Color information
#9C2DFB (or 0x9C2DFB) is known color: Blue Violet. HEX triplet: 9C, 2D and FB. RGB value is (156,45,251). Sum of RGB (Red+Green+Blue) = 156+45+251=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C2DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2DFB is #63D204. Grayscale: #646464. Windows color (decimal): -6541829 or 16461212. OLE color: 16461212.
HSL color Cylindrical-coordinate representation of color #9C2DFB: hue angle of 272.33º degrees, saturation: 0.96, 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 #9C2DFB is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 45 | 251 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.02 |
| HSL | 272.33º | 0.96% | 0.58% | - |
| HSV(B) | 272.33º | 0.82% | 0.98% | - |
| XYZ | 32.06 | 15.91 | 92.65 | - |
| YUV | 101.67 | 212.27 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 251 | 0.38 | 0.82 | 0 | 0.02 | 272.33 | 0.96 | 0.58 |
| Hex | 9C | 2D | FB | 26 | 52 | 0 | 2 | 110 | 60 | 3A |
| Octal | 234 | 55 | 373 | 46 | 122 | 0 | 2 | 420 | 140 | 72 |
| Binary | 10011100 | 101101 | 11111011 | 100110 | 1010010 | 0 | 10 | 100010000 | 1100000 | 111010 |
Color Harmonies of #9C2DFB
Complementary color
Monochromatic Colors of #9C2DFB
Black with #9C2DFB
Text Example
Text Example
White with #9C2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DFB; }
p { color: rgb(156,45,251); }
H1.HeaderClassName
{
color: #9C2DFB;
}
.AnyTagClassName
{
color: #9C2DFB;
}
</style>
background-color css
<style>
a { background-color: #9C2DFB; }
a { background-color: rgb(156,45,251); }
div.DivClassName
{
background-color: #9C2DFB;
}
.BgClassName
{
background-color: #9C2DFB;
}
</style>
border-color css
<style>
span { border-color: #9C2DFB; }
span { border-color: rgb(156,45,251); }
td.TdClassName
{
border-color: #9C2DFB;
}
.TagClassName
{
border-color: #9C2DFB;
}
</style>