Shades of Blue Violet #9C2FFB
Tints of Blue Violet #9C2FFB
RGB
CMYK
RGB Variations
Color information
#9C2FFB (or 0x9C2FFB) is known color: Blue Violet. HEX triplet: 9C, 2F and FB. RGB value is (156,47,251). Sum of RGB (Red+Green+Blue) = 156+47+251=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C2FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2FFB is #63D004. Grayscale: #666666. Windows color (decimal): -6541317 or 16461724. OLE color: 16461724.
HSL color Cylindrical-coordinate representation of color #9C2FFB: hue angle of 272.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C2FFB is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 47 | 251 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.02 |
| HSL | 272.06º | 0.96% | 0.58% | - |
| HSV(B) | 272.06º | 0.81% | 0.98% | - |
| XYZ | 32.14 | 16.07 | 92.67 | - |
| YUV | 102.85 | 211.61 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 251 | 0.38 | 0.81 | 0 | 0.02 | 272.06 | 0.96 | 0.58 |
| Hex | 9C | 2F | FB | 26 | 51 | 0 | 2 | 110 | 60 | 3A |
| Octal | 234 | 57 | 373 | 46 | 121 | 0 | 2 | 420 | 140 | 72 |
| Binary | 10011100 | 101111 | 11111011 | 100110 | 1010001 | 0 | 10 | 100010000 | 1100000 | 111010 |
Color Harmonies of #9C2FFB
Complementary color
Monochromatic Colors of #9C2FFB
Black with #9C2FFB
Text Example
Text Example
White with #9C2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FFB; }
p { color: rgb(156,47,251); }
H1.HeaderClassName
{
color: #9C2FFB;
}
.AnyTagClassName
{
color: #9C2FFB;
}
</style>
background-color css
<style>
a { background-color: #9C2FFB; }
a { background-color: rgb(156,47,251); }
div.DivClassName
{
background-color: #9C2FFB;
}
.BgClassName
{
background-color: #9C2FFB;
}
</style>
border-color css
<style>
span { border-color: #9C2FFB; }
span { border-color: rgb(156,47,251); }
td.TdClassName
{
border-color: #9C2FFB;
}
.TagClassName
{
border-color: #9C2FFB;
}
</style>