Shades of Blue Violet #9B3CEA
Tints of Blue Violet #9B3CEA
RGB
CMYK
RGB Variations
Color information
#9B3CEA (or 0x9B3CEA) is known color: Blue Violet. HEX triplet: 9B, 3C and EA. RGB value is (155,60,234). Sum of RGB (Red+Green+Blue) = 155+60+234=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3CEA is #64C315. Grayscale: #6B6B6B. Windows color (decimal): -6603542 or 15350939. OLE color: 15350939.
HSL color Cylindrical-coordinate representation of color #9B3CEA: hue angle of 272.76º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3CEA is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 60 | 234 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.08 |
| HSL | 272.76º | 0.81% | 0.58% | - |
| HSV(B) | 272.76º | 0.74% | 0.92% | - |
| XYZ | 29.98 | 16.14 | 79.38 | - |
| YUV | 108.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 234 | 0.34 | 0.74 | 0 | 0.08 | 272.76 | 0.81 | 0.58 |
| Hex | 9B | 3C | EA | 22 | 4A | 0 | 8 | 111 | 51 | 3A |
| Octal | 233 | 74 | 352 | 42 | 112 | 0 | 10 | 421 | 121 | 72 |
| Binary | 10011011 | 111100 | 11101010 | 100010 | 1001010 | 0 | 1000 | 100010001 | 1010001 | 111010 |
Color Harmonies of #9B3CEA
Complementary color
Monochromatic Colors of #9B3CEA
Black with #9B3CEA
Text Example
Text Example
White with #9B3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3CEA; }
p { color: rgb(155,60,234); }
H1.HeaderClassName
{
color: #9B3CEA;
}
.AnyTagClassName
{
color: #9B3CEA;
}
</style>
background-color css
<style>
a { background-color: #9B3CEA; }
a { background-color: rgb(155,60,234); }
div.DivClassName
{
background-color: #9B3CEA;
}
.BgClassName
{
background-color: #9B3CEA;
}
</style>
border-color css
<style>
span { border-color: #9B3CEA; }
span { border-color: rgb(155,60,234); }
td.TdClassName
{
border-color: #9B3CEA;
}
.TagClassName
{
border-color: #9B3CEA;
}
</style>