Shades of Blue Violet #9B3AFF
Tints of Blue Violet #9B3AFF
RGB
CMYK
RGB Variations
Color information
#9B3AFF (or 0x9B3AFF) is known color: Blue Violet. HEX triplet: 9B, 3A and FF. RGB value is (155,58,255). Sum of RGB (Red+Green+Blue) = 155+58+255=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3AFF is #64C500. Grayscale: #6C6C6C. Windows color (decimal): -6604033 or 16726683. OLE color: 16726683.
HSL color Cylindrical-coordinate representation of color #9B3AFF: hue angle of 269.54º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B3AFF is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 58 | 255 | - |
| CMYK | 0.39 | 0.77 | 0 | 0 |
| HSL | 269.54º | 1% | 0.61% | - |
| HSV(B) | 269.54º | 0.77% | 1% | - |
| XYZ | 33.08 | 17.21 | 96.19 | - |
| YUV | 109.46 | 210.14 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 255 | 0.39 | 0.77 | 0 | 0 | 269.54 | 1 | 0.61 |
| Hex | 9B | 3A | FF | 27 | 4D | 0 | 0 | 10E | 64 | 3D |
| Octal | 233 | 72 | 377 | 47 | 115 | 0 | 0 | 416 | 144 | 75 |
| Binary | 10011011 | 111010 | 11111111 | 100111 | 1001101 | 0 | 0 | 100001110 | 1100100 | 111101 |
Color Harmonies of #9B3AFF
Complementary color
Monochromatic Colors of #9B3AFF
Black with #9B3AFF
Text Example
Text Example
White with #9B3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3AFF; }
p { color: rgb(155,58,255); }
H1.HeaderClassName
{
color: #9B3AFF;
}
.AnyTagClassName
{
color: #9B3AFF;
}
</style>
background-color css
<style>
a { background-color: #9B3AFF; }
a { background-color: rgb(155,58,255); }
div.DivClassName
{
background-color: #9B3AFF;
}
.BgClassName
{
background-color: #9B3AFF;
}
</style>
border-color css
<style>
span { border-color: #9B3AFF; }
span { border-color: rgb(155,58,255); }
td.TdClassName
{
border-color: #9B3AFF;
}
.TagClassName
{
border-color: #9B3AFF;
}
</style>