Shades of Blue Violet #9B32EF
Tints of Blue Violet #9B32EF
RGB
CMYK
RGB Variations
Color information
#9B32EF (or 0x9B32EF) is known color: Blue Violet. HEX triplet: 9B, 32 and EF. RGB value is (155,50,239). Sum of RGB (Red+Green+Blue) = 155+50+239=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B32EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B32EF is #64CD10. Grayscale: #666666. Windows color (decimal): -6606097 or 15676059. OLE color: 15676059.
HSL color Cylindrical-coordinate representation of color #9B32EF: hue angle of 273.33º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B32EF is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 50 | 239 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.06 |
| HSL | 273.33º | 0.86% | 0.57% | - |
| HSV(B) | 273.33º | 0.79% | 0.94% | - |
| XYZ | 30.24 | 15.48 | 83.06 | - |
| YUV | 102.94 | 204.79 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 239 | 0.35 | 0.79 | 0 | 0.06 | 273.33 | 0.86 | 0.57 |
| Hex | 9B | 32 | EF | 23 | 4F | 0 | 6 | 111 | 56 | 39 |
| Octal | 233 | 62 | 357 | 43 | 117 | 0 | 6 | 421 | 126 | 71 |
| Binary | 10011011 | 110010 | 11101111 | 100011 | 1001111 | 0 | 110 | 100010001 | 1010110 | 111001 |
Color Harmonies of #9B32EF
Complementary color
Monochromatic Colors of #9B32EF
Black with #9B32EF
Text Example
Text Example
White with #9B32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B32EF; }
p { color: rgb(155,50,239); }
H1.HeaderClassName
{
color: #9B32EF;
}
.AnyTagClassName
{
color: #9B32EF;
}
</style>
background-color css
<style>
a { background-color: #9B32EF; }
a { background-color: rgb(155,50,239); }
div.DivClassName
{
background-color: #9B32EF;
}
.BgClassName
{
background-color: #9B32EF;
}
</style>
border-color css
<style>
span { border-color: #9B32EF; }
span { border-color: rgb(155,50,239); }
td.TdClassName
{
border-color: #9B32EF;
}
.TagClassName
{
border-color: #9B32EF;
}
</style>