Shades of Blue Violet #9B2DFF
Tints of Blue Violet #9B2DFF
RGB
CMYK
RGB Variations
Color information
#9B2DFF (or 0x9B2DFF) is known color: Blue Violet. HEX triplet: 9B, 2D and FF. RGB value is (155,45,255). Sum of RGB (Red+Green+Blue) = 155+45+255=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B2DFF is #64D200. Grayscale: #656565. Windows color (decimal): -6607361 or 16723355. OLE color: 16723355.
HSL color Cylindrical-coordinate representation of color #9B2DFF: hue angle of 271.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B2DFF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 45 | 255 | - |
| CMYK | 0.39 | 0.82 | 0 | 0 |
| HSL | 271.43º | 1% | 0.59% | - |
| HSV(B) | 271.43º | 0.82% | 1% | - |
| XYZ | 32.51 | 16.07 | 96 | - |
| YUV | 101.83 | 214.44 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 255 | 0.39 | 0.82 | 0 | 0 | 271.43 | 1 | 0.59 |
| Hex | 9B | 2D | FF | 27 | 52 | 0 | 0 | 10F | 64 | 3B |
| Octal | 233 | 55 | 377 | 47 | 122 | 0 | 0 | 417 | 144 | 73 |
| Binary | 10011011 | 101101 | 11111111 | 100111 | 1010010 | 0 | 0 | 100001111 | 1100100 | 111011 |
Color Harmonies of #9B2DFF
Complementary color
Monochromatic Colors of #9B2DFF
Black with #9B2DFF
Text Example
Text Example
White with #9B2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2DFF; }
p { color: rgb(155,45,255); }
H1.HeaderClassName
{
color: #9B2DFF;
}
.AnyTagClassName
{
color: #9B2DFF;
}
</style>
background-color css
<style>
a { background-color: #9B2DFF; }
a { background-color: rgb(155,45,255); }
div.DivClassName
{
background-color: #9B2DFF;
}
.BgClassName
{
background-color: #9B2DFF;
}
</style>
border-color css
<style>
span { border-color: #9B2DFF; }
span { border-color: rgb(155,45,255); }
td.TdClassName
{
border-color: #9B2DFF;
}
.TagClassName
{
border-color: #9B2DFF;
}
</style>