Shades of Blue Violet #9C2FEE
Tints of Blue Violet #9C2FEE
RGB
CMYK
RGB Variations
Color information
#9C2FEE (or 0x9C2FEE) is known color: Blue Violet. HEX triplet: 9C, 2F and EE. RGB value is (156,47,238). Sum of RGB (Red+Green+Blue) = 156+47+238=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C2FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2FEE is #63D011. Grayscale: #646464. Windows color (decimal): -6541330 or 15609756. OLE color: 15609756.
HSL color Cylindrical-coordinate representation of color #9C2FEE: hue angle of 274.24º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C2FEE is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 47 | 238 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.07 |
| HSL | 274.24º | 0.85% | 0.56% | - |
| HSV(B) | 274.24º | 0.8% | 0.93% | - |
| XYZ | 30.16 | 15.27 | 82.25 | - |
| YUV | 101.37 | 205.11 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 238 | 0.34 | 0.80 | 0 | 0.07 | 274.24 | 0.85 | 0.56 |
| Hex | 9C | 2F | EE | 22 | 50 | 0 | 7 | 112 | 55 | 38 |
| Octal | 234 | 57 | 356 | 42 | 120 | 0 | 7 | 422 | 125 | 70 |
| Binary | 10011100 | 101111 | 11101110 | 100010 | 1010000 | 0 | 111 | 100010010 | 1010101 | 111000 |
Color Harmonies of #9C2FEE
Complementary color
Monochromatic Colors of #9C2FEE
Black with #9C2FEE
Text Example
Text Example
White with #9C2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FEE; }
p { color: rgb(156,47,238); }
H1.HeaderClassName
{
color: #9C2FEE;
}
.AnyTagClassName
{
color: #9C2FEE;
}
</style>
background-color css
<style>
a { background-color: #9C2FEE; }
a { background-color: rgb(156,47,238); }
div.DivClassName
{
background-color: #9C2FEE;
}
.BgClassName
{
background-color: #9C2FEE;
}
</style>
border-color css
<style>
span { border-color: #9C2FEE; }
span { border-color: rgb(156,47,238); }
td.TdClassName
{
border-color: #9C2FEE;
}
.TagClassName
{
border-color: #9C2FEE;
}
</style>