Shades of Blue Violet #9C2AF1
Tints of Blue Violet #9C2AF1
RGB
CMYK
RGB Variations
Color information
#9C2AF1 (or 0x9C2AF1) is known color: Blue Violet. HEX triplet: 9C, 2A and F1. RGB value is (156,42,241). Sum of RGB (Red+Green+Blue) = 156+42+241=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C2AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2AF1 is #63D50E. Grayscale: #626262. Windows color (decimal): -6542607 or 15805084. OLE color: 15805084.
HSL color Cylindrical-coordinate representation of color #9C2AF1: hue angle of 274.37º 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 #9C2AF1 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 42 | 241 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.05 |
| HSL | 274.37º | 0.88% | 0.55% | - |
| HSV(B) | 274.37º | 0.83% | 0.95% | - |
| XYZ | 30.42 | 15.07 | 84.53 | - |
| YUV | 98.77 | 208.27 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 241 | 0.35 | 0.83 | 0 | 0.05 | 274.37 | 0.88 | 0.55 |
| Hex | 9C | 2A | F1 | 23 | 53 | 0 | 5 | 112 | 58 | 37 |
| Octal | 234 | 52 | 361 | 43 | 123 | 0 | 5 | 422 | 130 | 67 |
| Binary | 10011100 | 101010 | 11110001 | 100011 | 1010011 | 0 | 101 | 100010010 | 1011000 | 110111 |
Color Harmonies of #9C2AF1
Complementary color
Monochromatic Colors of #9C2AF1
Black with #9C2AF1
Text Example
Text Example
White with #9C2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2AF1; }
p { color: rgb(156,42,241); }
H1.HeaderClassName
{
color: #9C2AF1;
}
.AnyTagClassName
{
color: #9C2AF1;
}
</style>
background-color css
<style>
a { background-color: #9C2AF1; }
a { background-color: rgb(156,42,241); }
div.DivClassName
{
background-color: #9C2AF1;
}
.BgClassName
{
background-color: #9C2AF1;
}
</style>
border-color css
<style>
span { border-color: #9C2AF1; }
span { border-color: rgb(156,42,241); }
td.TdClassName
{
border-color: #9C2AF1;
}
.TagClassName
{
border-color: #9C2AF1;
}
</style>