Shades of Blue Violet #9B3CED
Tints of Blue Violet #9B3CED
RGB
CMYK
RGB Variations
Color information
#9B3CED (or 0x9B3CED) is known color: Blue Violet. HEX triplet: 9B, 3C and ED. RGB value is (155,60,237). Sum of RGB (Red+Green+Blue) = 155+60+237=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3CED is #64C312. Grayscale: #6B6B6B. Windows color (decimal): -6603539 or 15547547. OLE color: 15547547.
HSL color Cylindrical-coordinate representation of color #9B3CED: hue angle of 272.2º degrees, saturation: 0.83, 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 #9B3CED is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 60 | 237 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.07 |
| HSL | 272.2º | 0.83% | 0.58% | - |
| HSV(B) | 272.2º | 0.75% | 0.93% | - |
| XYZ | 30.42 | 16.31 | 81.67 | - |
| YUV | 108.58 | 200.47 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 237 | 0.35 | 0.75 | 0 | 0.07 | 272.2 | 0.83 | 0.58 |
| Hex | 9B | 3C | ED | 23 | 4B | 0 | 7 | 110 | 53 | 3A |
| Octal | 233 | 74 | 355 | 43 | 113 | 0 | 7 | 420 | 123 | 72 |
| Binary | 10011011 | 111100 | 11101101 | 100011 | 1001011 | 0 | 111 | 100010000 | 1010011 | 111010 |
Color Harmonies of #9B3CED
Complementary color
Monochromatic Colors of #9B3CED
Black with #9B3CED
Text Example
Text Example
White with #9B3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3CED; }
p { color: rgb(155,60,237); }
H1.HeaderClassName
{
color: #9B3CED;
}
.AnyTagClassName
{
color: #9B3CED;
}
</style>
background-color css
<style>
a { background-color: #9B3CED; }
a { background-color: rgb(155,60,237); }
div.DivClassName
{
background-color: #9B3CED;
}
.BgClassName
{
background-color: #9B3CED;
}
</style>
border-color css
<style>
span { border-color: #9B3CED; }
span { border-color: rgb(155,60,237); }
td.TdClassName
{
border-color: #9B3CED;
}
.TagClassName
{
border-color: #9B3CED;
}
</style>