Shades of Blue Violet #9B17EF
Tints of Blue Violet #9B17EF
RGB
CMYK
RGB Variations
Color information
#9B17EF (or 0x9B17EF) is known color: Blue Violet. HEX triplet: 9B, 17 and EF. RGB value is (155,23,239). Sum of RGB (Red+Green+Blue) = 155+23+239=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B17EF is #64E810. Grayscale: #565656. Windows color (decimal): -6613009 or 15669147. OLE color: 15669147.
HSL color Cylindrical-coordinate representation of color #9B17EF: hue angle of 276.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B17EF is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 23 | 239 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.06 |
| HSL | 276.67º | 0.87% | 0.51% | - |
| HSV(B) | 276.67º | 0.9% | 0.94% | - |
| XYZ | 29.4 | 13.81 | 82.78 | - |
| YUV | 87.09 | 213.73 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 239 | 0.35 | 0.90 | 0 | 0.06 | 276.67 | 0.87 | 0.51 |
| Hex | 9B | 17 | EF | 23 | 5A | 0 | 6 | 115 | 57 | 33 |
| Octal | 233 | 27 | 357 | 43 | 132 | 0 | 6 | 425 | 127 | 63 |
| Binary | 10011011 | 10111 | 11101111 | 100011 | 1011010 | 0 | 110 | 100010101 | 1010111 | 110011 |
Color Harmonies of #9B17EF
Complementary color
Monochromatic Colors of #9B17EF
Black with #9B17EF
Text Example
Text Example
White with #9B17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B17EF; }
p { color: rgb(155,23,239); }
H1.HeaderClassName
{
color: #9B17EF;
}
.AnyTagClassName
{
color: #9B17EF;
}
</style>
background-color css
<style>
a { background-color: #9B17EF; }
a { background-color: rgb(155,23,239); }
div.DivClassName
{
background-color: #9B17EF;
}
.BgClassName
{
background-color: #9B17EF;
}
</style>
border-color css
<style>
span { border-color: #9B17EF; }
span { border-color: rgb(155,23,239); }
td.TdClassName
{
border-color: #9B17EF;
}
.TagClassName
{
border-color: #9B17EF;
}
</style>