Shades of Blue Violet #9B47EE
Tints of Blue Violet #9B47EE
RGB
CMYK
RGB Variations
Color information
#9B47EE (or 0x9B47EE) is known color: Blue Violet. HEX triplet: 9B, 47 and EE. RGB value is (155,71,238). Sum of RGB (Red+Green+Blue) = 155+71+238=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B47EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B47EE is #64B811. Grayscale: #727272. Windows color (decimal): -6600722 or 15615899. OLE color: 15615899.
HSL color Cylindrical-coordinate representation of color #9B47EE: hue angle of 270.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B47EE is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 71 | 238 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.07 |
| HSL | 270.18º | 0.83% | 0.61% | - |
| HSV(B) | 270.18º | 0.7% | 0.93% | - |
| XYZ | 31.2 | 17.65 | 82.65 | - |
| YUV | 115.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 238 | 0.35 | 0.70 | 0 | 0.07 | 270.18 | 0.83 | 0.61 |
| Hex | 9B | 47 | EE | 23 | 46 | 0 | 7 | 10E | 53 | 3D |
| Octal | 233 | 107 | 356 | 43 | 106 | 0 | 7 | 416 | 123 | 75 |
| Binary | 10011011 | 1000111 | 11101110 | 100011 | 1000110 | 0 | 111 | 100001110 | 1010011 | 111101 |
Color Harmonies of #9B47EE
Complementary color
Monochromatic Colors of #9B47EE
Black with #9B47EE
Text Example
Text Example
White with #9B47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B47EE; }
p { color: rgb(155,71,238); }
H1.HeaderClassName
{
color: #9B47EE;
}
.AnyTagClassName
{
color: #9B47EE;
}
</style>
background-color css
<style>
a { background-color: #9B47EE; }
a { background-color: rgb(155,71,238); }
div.DivClassName
{
background-color: #9B47EE;
}
.BgClassName
{
background-color: #9B47EE;
}
</style>
border-color css
<style>
span { border-color: #9B47EE; }
span { border-color: rgb(155,71,238); }
td.TdClassName
{
border-color: #9B47EE;
}
.TagClassName
{
border-color: #9B47EE;
}
</style>