Shades of Blue Violet #9B37FE
Tints of Blue Violet #9B37FE
RGB
CMYK
RGB Variations
Color information
#9B37FE (or 0x9B37FE) is known color: Blue Violet. HEX triplet: 9B, 37 and FE. RGB value is (155,55,254). Sum of RGB (Red+Green+Blue) = 155+55+254=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B37FE is #64C801. Grayscale: #6A6A6A. Windows color (decimal): -6604802 or 16660379. OLE color: 16660379.
HSL color Cylindrical-coordinate representation of color #9B37FE: hue angle of 270.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B37FE is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 55 | 254 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.00 |
| HSL | 270.15º | 0.99% | 0.61% | - |
| HSV(B) | 270.15º | 0.78% | 1% | - |
| XYZ | 32.77 | 16.86 | 95.29 | - |
| YUV | 107.59 | 210.63 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 254 | 0.39 | 0.78 | 0 | 0.00 | 270.15 | 0.99 | 0.61 |
| Hex | 9B | 37 | FE | 27 | 4E | 0 | 0 | 10E | 63 | 3D |
| Octal | 233 | 67 | 376 | 47 | 116 | 0 | 0 | 416 | 143 | 75 |
| Binary | 10011011 | 110111 | 11111110 | 100111 | 1001110 | 0 | 0 | 100001110 | 1100011 | 111101 |
Color Harmonies of #9B37FE
Complementary color
Monochromatic Colors of #9B37FE
Black with #9B37FE
Text Example
Text Example
White with #9B37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B37FE; }
p { color: rgb(155,55,254); }
H1.HeaderClassName
{
color: #9B37FE;
}
.AnyTagClassName
{
color: #9B37FE;
}
</style>
background-color css
<style>
a { background-color: #9B37FE; }
a { background-color: rgb(155,55,254); }
div.DivClassName
{
background-color: #9B37FE;
}
.BgClassName
{
background-color: #9B37FE;
}
</style>
border-color css
<style>
span { border-color: #9B37FE; }
span { border-color: rgb(155,55,254); }
td.TdClassName
{
border-color: #9B37FE;
}
.TagClassName
{
border-color: #9B37FE;
}
</style>