Shades of Blue Violet #9B1ADF
Tints of Blue Violet #9B1ADF
RGB
CMYK
RGB Variations
Color information
#9B1ADF (or 0x9B1ADF) is known color: Blue Violet. HEX triplet: 9B, 1A and DF. RGB value is (155,26,223). Sum of RGB (Red+Green+Blue) = 155+26+223=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B1ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1ADF is #64E520. Grayscale: #565656. Windows color (decimal): -6612257 or 14621339. OLE color: 14621339.
HSL color Cylindrical-coordinate representation of color #9B1ADF: hue angle of 279.29º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1ADF is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 26 | 223 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.13 |
| HSL | 279.29º | 0.79% | 0.49% | - |
| HSV(B) | 279.29º | 0.88% | 0.87% | - |
| XYZ | 27.21 | 13.04 | 70.89 | - |
| YUV | 87.03 | 204.74 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 223 | 0.30 | 0.88 | 0 | 0.13 | 279.29 | 0.79 | 0.49 |
| Hex | 9B | 1A | DF | 1E | 58 | 0 | D | 117 | 4F | 31 |
| Octal | 233 | 32 | 337 | 36 | 130 | 0 | 15 | 427 | 117 | 61 |
| Binary | 10011011 | 11010 | 11011111 | 11110 | 1011000 | 0 | 1101 | 100010111 | 1001111 | 110001 |
Color Harmonies of #9B1ADF
Complementary color
Monochromatic Colors of #9B1ADF
Black with #9B1ADF
Text Example
Text Example
White with #9B1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1ADF; }
p { color: rgb(155,26,223); }
H1.HeaderClassName
{
color: #9B1ADF;
}
.AnyTagClassName
{
color: #9B1ADF;
}
</style>
background-color css
<style>
a { background-color: #9B1ADF; }
a { background-color: rgb(155,26,223); }
div.DivClassName
{
background-color: #9B1ADF;
}
.BgClassName
{
background-color: #9B1ADF;
}
</style>
border-color css
<style>
span { border-color: #9B1ADF; }
span { border-color: rgb(155,26,223); }
td.TdClassName
{
border-color: #9B1ADF;
}
.TagClassName
{
border-color: #9B1ADF;
}
</style>