Shades of Blue Violet #9B3DFF
Tints of Blue Violet #9B3DFF
RGB
CMYK
RGB Variations
Color information
#9B3DFF (or 0x9B3DFF) is known color: Blue Violet. HEX triplet: 9B, 3D and FF. RGB value is (155,61,255). Sum of RGB (Red+Green+Blue) = 155+61+255=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B3DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3DFF is #64C200. Grayscale: #6E6E6E. Windows color (decimal): -6603265 or 16727451. OLE color: 16727451.
HSL color Cylindrical-coordinate representation of color #9B3DFF: hue angle of 269.07º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B3DFF is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 61 | 255 | - |
| CMYK | 0.39 | 0.76 | 0 | 0 |
| HSL | 269.07º | 1% | 0.62% | - |
| HSV(B) | 269.07º | 0.76% | 1% | - |
| XYZ | 33.24 | 17.53 | 96.24 | - |
| YUV | 111.22 | 209.14 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 255 | 0.39 | 0.76 | 0 | 0 | 269.07 | 1 | 0.62 |
| Hex | 9B | 3D | FF | 27 | 4C | 0 | 0 | 10D | 64 | 3E |
| Octal | 233 | 75 | 377 | 47 | 114 | 0 | 0 | 415 | 144 | 76 |
| Binary | 10011011 | 111101 | 11111111 | 100111 | 1001100 | 0 | 0 | 100001101 | 1100100 | 111110 |
Color Harmonies of #9B3DFF
Complementary color
Monochromatic Colors of #9B3DFF
Black with #9B3DFF
Text Example
Text Example
White with #9B3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3DFF; }
p { color: rgb(155,61,255); }
H1.HeaderClassName
{
color: #9B3DFF;
}
.AnyTagClassName
{
color: #9B3DFF;
}
</style>
background-color css
<style>
a { background-color: #9B3DFF; }
a { background-color: rgb(155,61,255); }
div.DivClassName
{
background-color: #9B3DFF;
}
.BgClassName
{
background-color: #9B3DFF;
}
</style>
border-color css
<style>
span { border-color: #9B3DFF; }
span { border-color: rgb(155,61,255); }
td.TdClassName
{
border-color: #9B3DFF;
}
.TagClassName
{
border-color: #9B3DFF;
}
</style>