Shades of Blue Violet #9C2DFF
Tints of Blue Violet #9C2DFF
RGB
CMYK
RGB Variations
Color information
#9C2DFF (or 0x9C2DFF) is known color: Blue Violet. HEX triplet: 9C, 2D and FF. RGB value is (156,45,255). Sum of RGB (Red+Green+Blue) = 156+45+255=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2DFF is #63D200. Grayscale: #656565. Windows color (decimal): -6541825 or 16723356. OLE color: 16723356.
HSL color Cylindrical-coordinate representation of color #9C2DFF: hue angle of 271.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C2DFF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 45 | 255 | - |
| CMYK | 0.39 | 0.82 | 0 | 0 |
| HSL | 271.71º | 1% | 0.59% | - |
| HSV(B) | 271.71º | 0.82% | 1% | - |
| XYZ | 32.7 | 16.16 | 96 | - |
| YUV | 102.13 | 214.27 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 255 | 0.39 | 0.82 | 0 | 0 | 271.71 | 1 | 0.59 |
| Hex | 9C | 2D | FF | 27 | 52 | 0 | 0 | 110 | 64 | 3B |
| Octal | 234 | 55 | 377 | 47 | 122 | 0 | 0 | 420 | 144 | 73 |
| Binary | 10011100 | 101101 | 11111111 | 100111 | 1010010 | 0 | 0 | 100010000 | 1100100 | 111011 |
Color Harmonies of #9C2DFF
Complementary color
Monochromatic Colors of #9C2DFF
Black with #9C2DFF
Text Example
Text Example
White with #9C2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DFF; }
p { color: rgb(156,45,255); }
H1.HeaderClassName
{
color: #9C2DFF;
}
.AnyTagClassName
{
color: #9C2DFF;
}
</style>
background-color css
<style>
a { background-color: #9C2DFF; }
a { background-color: rgb(156,45,255); }
div.DivClassName
{
background-color: #9C2DFF;
}
.BgClassName
{
background-color: #9C2DFF;
}
</style>
border-color css
<style>
span { border-color: #9C2DFF; }
span { border-color: rgb(156,45,255); }
td.TdClassName
{
border-color: #9C2DFF;
}
.TagClassName
{
border-color: #9C2DFF;
}
</style>