Shades of Blue Violet #9C29F1
Tints of Blue Violet #9C29F1
RGB
CMYK
RGB Variations
Color information
#9C29F1 (or 0x9C29F1) is known color: Blue Violet. HEX triplet: 9C, 29 and F1. RGB value is (156,41,241). Sum of RGB (Red+Green+Blue) = 156+41+241=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C29F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C29F1 is #63D60E. Grayscale: #616161. Windows color (decimal): -6542863 or 15804828. OLE color: 15804828.
HSL color Cylindrical-coordinate representation of color #9C29F1: hue angle of 274.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C29F1 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 41 | 241 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.05 |
| HSL | 274.5º | 0.88% | 0.55% | - |
| HSV(B) | 274.5º | 0.83% | 0.95% | - |
| XYZ | 30.38 | 15 | 84.51 | - |
| YUV | 98.19 | 208.6 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 241 | 0.35 | 0.83 | 0 | 0.05 | 274.5 | 0.88 | 0.55 |
| Hex | 9C | 29 | F1 | 23 | 53 | 0 | 5 | 112 | 58 | 37 |
| Octal | 234 | 51 | 361 | 43 | 123 | 0 | 5 | 422 | 130 | 67 |
| Binary | 10011100 | 101001 | 11110001 | 100011 | 1010011 | 0 | 101 | 100010010 | 1011000 | 110111 |
Color Harmonies of #9C29F1
Complementary color
Monochromatic Colors of #9C29F1
Black with #9C29F1
Text Example
Text Example
White with #9C29F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C29F1; }
p { color: rgb(156,41,241); }
H1.HeaderClassName
{
color: #9C29F1;
}
.AnyTagClassName
{
color: #9C29F1;
}
</style>
background-color css
<style>
a { background-color: #9C29F1; }
a { background-color: rgb(156,41,241); }
div.DivClassName
{
background-color: #9C29F1;
}
.BgClassName
{
background-color: #9C29F1;
}
</style>
border-color css
<style>
span { border-color: #9C29F1; }
span { border-color: rgb(156,41,241); }
td.TdClassName
{
border-color: #9C29F1;
}
.TagClassName
{
border-color: #9C29F1;
}
</style>