Shades of Blue Violet #9B3CEC
Tints of Blue Violet #9B3CEC
RGB
CMYK
RGB Variations
Color information
#9B3CEC (or 0x9B3CEC) is known color: Blue Violet. HEX triplet: 9B, 3C and EC. RGB value is (155,60,236). Sum of RGB (Red+Green+Blue) = 155+60+236=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B3CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3CEC is #64C313. Grayscale: #6B6B6B. Windows color (decimal): -6603540 or 15482011. OLE color: 15482011.
HSL color Cylindrical-coordinate representation of color #9B3CEC: hue angle of 272.39º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3CEC is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 60 | 236 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.07 |
| HSL | 272.39º | 0.82% | 0.58% | - |
| HSV(B) | 272.39º | 0.75% | 0.93% | - |
| XYZ | 30.27 | 16.26 | 80.9 | - |
| YUV | 108.47 | 199.97 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 236 | 0.34 | 0.75 | 0 | 0.07 | 272.39 | 0.82 | 0.58 |
| Hex | 9B | 3C | EC | 22 | 4B | 0 | 7 | 110 | 52 | 3A |
| Octal | 233 | 74 | 354 | 42 | 113 | 0 | 7 | 420 | 122 | 72 |
| Binary | 10011011 | 111100 | 11101100 | 100010 | 1001011 | 0 | 111 | 100010000 | 1010010 | 111010 |
Color Harmonies of #9B3CEC
Complementary color
Monochromatic Colors of #9B3CEC
Black with #9B3CEC
Text Example
Text Example
White with #9B3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3CEC; }
p { color: rgb(155,60,236); }
H1.HeaderClassName
{
color: #9B3CEC;
}
.AnyTagClassName
{
color: #9B3CEC;
}
</style>
background-color css
<style>
a { background-color: #9B3CEC; }
a { background-color: rgb(155,60,236); }
div.DivClassName
{
background-color: #9B3CEC;
}
.BgClassName
{
background-color: #9B3CEC;
}
</style>
border-color css
<style>
span { border-color: #9B3CEC; }
span { border-color: rgb(155,60,236); }
td.TdClassName
{
border-color: #9B3CEC;
}
.TagClassName
{
border-color: #9B3CEC;
}
</style>