Shades of Blue Violet #9C2BEF
Tints of Blue Violet #9C2BEF
RGB
CMYK
RGB Variations
Color information
#9C2BEF (or 0x9C2BEF) is known color: Blue Violet. HEX triplet: 9C, 2B and EF. RGB value is (156,43,239). Sum of RGB (Red+Green+Blue) = 156+43+239=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2BEF is #63D410. Grayscale: #626262. Windows color (decimal): -6542353 or 15674268. OLE color: 15674268.
HSL color Cylindrical-coordinate representation of color #9C2BEF: hue angle of 274.59º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C2BEF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 43 | 239 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.06 |
| HSL | 274.59º | 0.86% | 0.55% | - |
| HSV(B) | 274.59º | 0.82% | 0.94% | - |
| XYZ | 30.15 | 15.03 | 82.97 | - |
| YUV | 99.13 | 206.94 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 239 | 0.35 | 0.82 | 0 | 0.06 | 274.59 | 0.86 | 0.55 |
| Hex | 9C | 2B | EF | 23 | 52 | 0 | 6 | 113 | 56 | 37 |
| Octal | 234 | 53 | 357 | 43 | 122 | 0 | 6 | 423 | 126 | 67 |
| Binary | 10011100 | 101011 | 11101111 | 100011 | 1010010 | 0 | 110 | 100010011 | 1010110 | 110111 |
Color Harmonies of #9C2BEF
Complementary color
Monochromatic Colors of #9C2BEF
Black with #9C2BEF
Text Example
Text Example
White with #9C2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2BEF; }
p { color: rgb(156,43,239); }
H1.HeaderClassName
{
color: #9C2BEF;
}
.AnyTagClassName
{
color: #9C2BEF;
}
</style>
background-color css
<style>
a { background-color: #9C2BEF; }
a { background-color: rgb(156,43,239); }
div.DivClassName
{
background-color: #9C2BEF;
}
.BgClassName
{
background-color: #9C2BEF;
}
</style>
border-color css
<style>
span { border-color: #9C2BEF; }
span { border-color: rgb(156,43,239); }
td.TdClassName
{
border-color: #9C2BEF;
}
.TagClassName
{
border-color: #9C2BEF;
}
</style>