Shades of Blue Violet #9B2BEF
Tints of Blue Violet #9B2BEF
RGB
CMYK
RGB Variations
Color information
#9B2BEF (or 0x9B2BEF) is known color: Blue Violet. HEX triplet: 9B, 2B and EF. RGB value is (155,43,239). Sum of RGB (Red+Green+Blue) = 155+43+239=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B2BEF is #64D410. Grayscale: #626262. Windows color (decimal): -6607889 or 15674267. OLE color: 15674267.
HSL color Cylindrical-coordinate representation of color #9B2BEF: hue angle of 274.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B2BEF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 43 | 239 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.06 |
| HSL | 274.29º | 0.86% | 0.55% | - |
| HSV(B) | 274.29º | 0.82% | 0.94% | - |
| XYZ | 29.96 | 14.93 | 82.96 | - |
| YUV | 98.83 | 207.11 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 239 | 0.35 | 0.82 | 0 | 0.06 | 274.29 | 0.86 | 0.55 |
| Hex | 9B | 2B | EF | 23 | 52 | 0 | 6 | 112 | 56 | 37 |
| Octal | 233 | 53 | 357 | 43 | 122 | 0 | 6 | 422 | 126 | 67 |
| Binary | 10011011 | 101011 | 11101111 | 100011 | 1010010 | 0 | 110 | 100010010 | 1010110 | 110111 |
Color Harmonies of #9B2BEF
Complementary color
Monochromatic Colors of #9B2BEF
Black with #9B2BEF
Text Example
Text Example
White with #9B2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2BEF; }
p { color: rgb(155,43,239); }
H1.HeaderClassName
{
color: #9B2BEF;
}
.AnyTagClassName
{
color: #9B2BEF;
}
</style>
background-color css
<style>
a { background-color: #9B2BEF; }
a { background-color: rgb(155,43,239); }
div.DivClassName
{
background-color: #9B2BEF;
}
.BgClassName
{
background-color: #9B2BEF;
}
</style>
border-color css
<style>
span { border-color: #9B2BEF; }
span { border-color: rgb(155,43,239); }
td.TdClassName
{
border-color: #9B2BEF;
}
.TagClassName
{
border-color: #9B2BEF;
}
</style>