Shades of Blue Violet #9C1BFD
Tints of Blue Violet #9C1BFD
RGB
CMYK
RGB Variations
Color information
#9C1BFD (or 0x9C1BFD) is known color: Blue Violet. HEX triplet: 9C, 1B and FD. RGB value is (156,27,253). Sum of RGB (Red+Green+Blue) = 156+27+253=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C1BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1BFD is #63E402. Grayscale: #5A5A5A. Windows color (decimal): -6546435 or 16587676. OLE color: 16587676.
HSL color Cylindrical-coordinate representation of color #9C1BFD: hue angle of 274.25º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C1BFD is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 27 | 253 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.01 |
| HSL | 274.25º | 0.98% | 0.55% | - |
| HSV(B) | 274.25º | 0.89% | 0.99% | - |
| XYZ | 31.83 | 14.94 | 94.14 | - |
| YUV | 91.34 | 219.24 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 253 | 0.38 | 0.89 | 0 | 0.01 | 274.25 | 0.98 | 0.55 |
| Hex | 9C | 1B | FD | 26 | 59 | 0 | 1 | 112 | 62 | 37 |
| Octal | 234 | 33 | 375 | 46 | 131 | 0 | 1 | 422 | 142 | 67 |
| Binary | 10011100 | 11011 | 11111101 | 100110 | 1011001 | 0 | 1 | 100010010 | 1100010 | 110111 |
Color Harmonies of #9C1BFD
Complementary color
Monochromatic Colors of #9C1BFD
Black with #9C1BFD
Text Example
Text Example
White with #9C1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1BFD; }
p { color: rgb(156,27,253); }
H1.HeaderClassName
{
color: #9C1BFD;
}
.AnyTagClassName
{
color: #9C1BFD;
}
</style>
background-color css
<style>
a { background-color: #9C1BFD; }
a { background-color: rgb(156,27,253); }
div.DivClassName
{
background-color: #9C1BFD;
}
.BgClassName
{
background-color: #9C1BFD;
}
</style>
border-color css
<style>
span { border-color: #9C1BFD; }
span { border-color: rgb(156,27,253); }
td.TdClassName
{
border-color: #9C1BFD;
}
.TagClassName
{
border-color: #9C1BFD;
}
</style>