Shades of Blue Violet #9C3BFD
Tints of Blue Violet #9C3BFD
RGB
CMYK
RGB Variations
Color information
#9C3BFD (or 0x9C3BFD) is known color: Blue Violet. HEX triplet: 9C, 3B and FD. RGB value is (156,59,253). Sum of RGB (Red+Green+Blue) = 156+59+253=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C3BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3BFD is #63C402. Grayscale: #6D6D6D. Windows color (decimal): -6538243 or 16595868. OLE color: 16595868.
HSL color Cylindrical-coordinate representation of color #9C3BFD: hue angle of 270º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C3BFD is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 59 | 253 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.01 |
| HSL | 270º | 0.98% | 0.61% | - |
| HSV(B) | 270º | 0.77% | 0.99% | - |
| XYZ | 33 | 17.29 | 94.53 | - |
| YUV | 110.12 | 208.64 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 253 | 0.38 | 0.77 | 0 | 0.01 | 270 | 0.98 | 0.61 |
| Hex | 9C | 3B | FD | 26 | 4D | 0 | 1 | 10E | 62 | 3D |
| Octal | 234 | 73 | 375 | 46 | 115 | 0 | 1 | 416 | 142 | 75 |
| Binary | 10011100 | 111011 | 11111101 | 100110 | 1001101 | 0 | 1 | 100001110 | 1100010 | 111101 |
Color Harmonies of #9C3BFD
Complementary color
Monochromatic Colors of #9C3BFD
Black with #9C3BFD
Text Example
Text Example
White with #9C3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3BFD; }
p { color: rgb(156,59,253); }
H1.HeaderClassName
{
color: #9C3BFD;
}
.AnyTagClassName
{
color: #9C3BFD;
}
</style>
background-color css
<style>
a { background-color: #9C3BFD; }
a { background-color: rgb(156,59,253); }
div.DivClassName
{
background-color: #9C3BFD;
}
.BgClassName
{
background-color: #9C3BFD;
}
</style>
border-color css
<style>
span { border-color: #9C3BFD; }
span { border-color: rgb(156,59,253); }
td.TdClassName
{
border-color: #9C3BFD;
}
.TagClassName
{
border-color: #9C3BFD;
}
</style>