Shades of Blue Violet #9C2BEA
Tints of Blue Violet #9C2BEA
RGB
CMYK
RGB Variations
Color information
#9C2BEA (or 0x9C2BEA) is known color: Blue Violet. HEX triplet: 9C, 2B and EA. RGB value is (156,43,234). Sum of RGB (Red+Green+Blue) = 156+43+234=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C2BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2BEA is #63D415. Grayscale: #616161. Windows color (decimal): -6542358 or 15346588. OLE color: 15346588.
HSL color Cylindrical-coordinate representation of color #9C2BEA: hue angle of 275.5º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C2BEA is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 43 | 234 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.08 |
| HSL | 275.5º | 0.82% | 0.54% | - |
| HSV(B) | 275.5º | 0.82% | 0.92% | - |
| XYZ | 29.43 | 14.74 | 79.14 | - |
| YUV | 98.56 | 204.44 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 234 | 0.33 | 0.82 | 0 | 0.08 | 275.5 | 0.82 | 0.54 |
| Hex | 9C | 2B | EA | 21 | 52 | 0 | 8 | 113 | 52 | 36 |
| Octal | 234 | 53 | 352 | 41 | 122 | 0 | 10 | 423 | 122 | 66 |
| Binary | 10011100 | 101011 | 11101010 | 100001 | 1010010 | 0 | 1000 | 100010011 | 1010010 | 110110 |
Color Harmonies of #9C2BEA
Complementary color
Monochromatic Colors of #9C2BEA
Black with #9C2BEA
Text Example
Text Example
White with #9C2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2BEA; }
p { color: rgb(156,43,234); }
H1.HeaderClassName
{
color: #9C2BEA;
}
.AnyTagClassName
{
color: #9C2BEA;
}
</style>
background-color css
<style>
a { background-color: #9C2BEA; }
a { background-color: rgb(156,43,234); }
div.DivClassName
{
background-color: #9C2BEA;
}
.BgClassName
{
background-color: #9C2BEA;
}
</style>
border-color css
<style>
span { border-color: #9C2BEA; }
span { border-color: rgb(156,43,234); }
td.TdClassName
{
border-color: #9C2BEA;
}
.TagClassName
{
border-color: #9C2BEA;
}
</style>