Shades of Blue Violet #9C3FFB
Tints of Blue Violet #9C3FFB
RGB
CMYK
RGB Variations
Color information
#9C3FFB (or 0x9C3FFB) is known color: Blue Violet. HEX triplet: 9C, 3F and FB. RGB value is (156,63,251). Sum of RGB (Red+Green+Blue) = 156+63+251=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C3FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3FFB is #63C004. Grayscale: #6F6F6F. Windows color (decimal): -6537221 or 16465820. OLE color: 16465820.
HSL color Cylindrical-coordinate representation of color #9C3FFB: hue angle of 269.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C3FFB is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 63 | 251 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.02 |
| HSL | 269.68º | 0.96% | 0.62% | - |
| HSV(B) | 269.68º | 0.75% | 0.98% | - |
| XYZ | 32.9 | 17.59 | 92.93 | - |
| YUV | 112.24 | 206.31 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 63 | 251 | 0.38 | 0.75 | 0 | 0.02 | 269.68 | 0.96 | 0.62 |
| Hex | 9C | 3F | FB | 26 | 4B | 0 | 2 | 10E | 60 | 3E |
| Octal | 234 | 77 | 373 | 46 | 113 | 0 | 2 | 416 | 140 | 76 |
| Binary | 10011100 | 111111 | 11111011 | 100110 | 1001011 | 0 | 10 | 100001110 | 1100000 | 111110 |
Color Harmonies of #9C3FFB
Complementary color
Monochromatic Colors of #9C3FFB
Black with #9C3FFB
Text Example
Text Example
White with #9C3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3FFB; }
p { color: rgb(156,63,251); }
H1.HeaderClassName
{
color: #9C3FFB;
}
.AnyTagClassName
{
color: #9C3FFB;
}
</style>
background-color css
<style>
a { background-color: #9C3FFB; }
a { background-color: rgb(156,63,251); }
div.DivClassName
{
background-color: #9C3FFB;
}
.BgClassName
{
background-color: #9C3FFB;
}
</style>
border-color css
<style>
span { border-color: #9C3FFB; }
span { border-color: rgb(156,63,251); }
td.TdClassName
{
border-color: #9C3FFB;
}
.TagClassName
{
border-color: #9C3FFB;
}
</style>