Shades of Blue Violet #9C3CFD
Tints of Blue Violet #9C3CFD
RGB
CMYK
RGB Variations
Color information
#9C3CFD (or 0x9C3CFD) is known color: Blue Violet. HEX triplet: 9C, 3C and FD. RGB value is (156,60,253). Sum of RGB (Red+Green+Blue) = 156+60+253=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C3CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3CFD is #63C302. Grayscale: #6E6E6E. Windows color (decimal): -6537987 or 16596124. OLE color: 16596124.
HSL color Cylindrical-coordinate representation of color #9C3CFD: hue angle of 269.84º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C3CFD is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 60 | 253 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.01 |
| HSL | 269.84º | 0.98% | 0.61% | - |
| HSV(B) | 269.84º | 0.76% | 0.99% | - |
| XYZ | 33.06 | 17.39 | 94.54 | - |
| YUV | 110.71 | 208.3 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 253 | 0.38 | 0.76 | 0 | 0.01 | 269.84 | 0.98 | 0.61 |
| Hex | 9C | 3C | FD | 26 | 4C | 0 | 1 | 10E | 62 | 3D |
| Octal | 234 | 74 | 375 | 46 | 114 | 0 | 1 | 416 | 142 | 75 |
| Binary | 10011100 | 111100 | 11111101 | 100110 | 1001100 | 0 | 1 | 100001110 | 1100010 | 111101 |
Color Harmonies of #9C3CFD
Complementary color
Monochromatic Colors of #9C3CFD
Black with #9C3CFD
Text Example
Text Example
White with #9C3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3CFD; }
p { color: rgb(156,60,253); }
H1.HeaderClassName
{
color: #9C3CFD;
}
.AnyTagClassName
{
color: #9C3CFD;
}
</style>
background-color css
<style>
a { background-color: #9C3CFD; }
a { background-color: rgb(156,60,253); }
div.DivClassName
{
background-color: #9C3CFD;
}
.BgClassName
{
background-color: #9C3CFD;
}
</style>
border-color css
<style>
span { border-color: #9C3CFD; }
span { border-color: rgb(156,60,253); }
td.TdClassName
{
border-color: #9C3CFD;
}
.TagClassName
{
border-color: #9C3CFD;
}
</style>