Shades of Blue Violet #9B2ADE
Tints of Blue Violet #9B2ADE
RGB
CMYK
RGB Variations
Color information
#9B2ADE (or 0x9B2ADE) is known color: Blue Violet. HEX triplet: 9B, 2A and DE. RGB value is (155,42,222). Sum of RGB (Red+Green+Blue) = 155+42+222=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2ADE is #64D521. Grayscale: #5F5F5F. Windows color (decimal): -6608162 or 14559899. OLE color: 14559899.
HSL color Cylindrical-coordinate representation of color #9B2ADE: hue angle of 277.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B2ADE is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 42 | 222 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.13 |
| HSL | 277.67º | 0.73% | 0.52% | - |
| HSV(B) | 277.67º | 0.81% | 0.87% | - |
| XYZ | 27.53 | 13.9 | 70.34 | - |
| YUV | 96.31 | 198.94 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 222 | 0.30 | 0.81 | 0 | 0.13 | 277.67 | 0.73 | 0.52 |
| Hex | 9B | 2A | DE | 1E | 51 | 0 | D | 116 | 49 | 34 |
| Octal | 233 | 52 | 336 | 36 | 121 | 0 | 15 | 426 | 111 | 64 |
| Binary | 10011011 | 101010 | 11011110 | 11110 | 1010001 | 0 | 1101 | 100010110 | 1001001 | 110100 |
Color Harmonies of #9B2ADE
Complementary color
Monochromatic Colors of #9B2ADE
Black with #9B2ADE
Text Example
Text Example
White with #9B2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2ADE; }
p { color: rgb(155,42,222); }
H1.HeaderClassName
{
color: #9B2ADE;
}
.AnyTagClassName
{
color: #9B2ADE;
}
</style>
background-color css
<style>
a { background-color: #9B2ADE; }
a { background-color: rgb(155,42,222); }
div.DivClassName
{
background-color: #9B2ADE;
}
.BgClassName
{
background-color: #9B2ADE;
}
</style>
border-color css
<style>
span { border-color: #9B2ADE; }
span { border-color: rgb(155,42,222); }
td.TdClassName
{
border-color: #9B2ADE;
}
.TagClassName
{
border-color: #9B2ADE;
}
</style>