Shades of Blue Violet #9C2CFA
Tints of Blue Violet #9C2CFA
RGB
CMYK
RGB Variations
Color information
#9C2CFA (or 0x9C2CFA) is known color: Blue Violet. HEX triplet: 9C, 2C and FA. RGB value is (156,44,250). Sum of RGB (Red+Green+Blue) = 156+44+250=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C2CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2CFA is #63D305. Grayscale: #646464. Windows color (decimal): -6542086 or 16395420. OLE color: 16395420.
HSL color Cylindrical-coordinate representation of color #9C2CFA: hue angle of 272.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C2CFA is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 44 | 250 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.02 |
| HSL | 272.62º | 0.95% | 0.58% | - |
| HSV(B) | 272.62º | 0.82% | 0.98% | - |
| XYZ | 31.87 | 15.77 | 91.81 | - |
| YUV | 100.97 | 212.11 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 250 | 0.38 | 0.82 | 0 | 0.02 | 272.62 | 0.95 | 0.58 |
| Hex | 9C | 2C | FA | 26 | 52 | 0 | 2 | 111 | 5F | 3A |
| Octal | 234 | 54 | 372 | 46 | 122 | 0 | 2 | 421 | 137 | 72 |
| Binary | 10011100 | 101100 | 11111010 | 100110 | 1010010 | 0 | 10 | 100010001 | 1011111 | 111010 |
Color Harmonies of #9C2CFA
Complementary color
Monochromatic Colors of #9C2CFA
Black with #9C2CFA
Text Example
Text Example
White with #9C2CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2CFA; }
p { color: rgb(156,44,250); }
H1.HeaderClassName
{
color: #9C2CFA;
}
.AnyTagClassName
{
color: #9C2CFA;
}
</style>
background-color css
<style>
a { background-color: #9C2CFA; }
a { background-color: rgb(156,44,250); }
div.DivClassName
{
background-color: #9C2CFA;
}
.BgClassName
{
background-color: #9C2CFA;
}
</style>
border-color css
<style>
span { border-color: #9C2CFA; }
span { border-color: rgb(156,44,250); }
td.TdClassName
{
border-color: #9C2CFA;
}
.TagClassName
{
border-color: #9C2CFA;
}
</style>