Shades of Blue Violet #9B30F6
Tints of Blue Violet #9B30F6
RGB
CMYK
RGB Variations
Color information
#9B30F6 (or 0x9B30F6) is known color: Blue Violet. HEX triplet: 9B, 30 and F6. RGB value is (155,48,246). Sum of RGB (Red+Green+Blue) = 155+48+246=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #9B30F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B30F6 is #64CF09. Grayscale: #656565. Windows color (decimal): -6606602 or 16134299. OLE color: 16134299.
HSL color Cylindrical-coordinate representation of color #9B30F6: hue angle of 272.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B30F6 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 48 | 246 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.04 |
| HSL | 272.42º | 0.92% | 0.58% | - |
| HSV(B) | 272.42º | 0.8% | 0.96% | - |
| XYZ | 31.21 | 15.74 | 88.58 | - |
| YUV | 102.57 | 208.95 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 246 | 0.37 | 0.80 | 0 | 0.04 | 272.42 | 0.92 | 0.58 |
| Hex | 9B | 30 | F6 | 25 | 50 | 0 | 4 | 110 | 5C | 3A |
| Octal | 233 | 60 | 366 | 45 | 120 | 0 | 4 | 420 | 134 | 72 |
| Binary | 10011011 | 110000 | 11110110 | 100101 | 1010000 | 0 | 100 | 100010000 | 1011100 | 111010 |
Color Harmonies of #9B30F6
Complementary color
Monochromatic Colors of #9B30F6
Black with #9B30F6
Text Example
Text Example
White with #9B30F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B30F6; }
p { color: rgb(155,48,246); }
H1.HeaderClassName
{
color: #9B30F6;
}
.AnyTagClassName
{
color: #9B30F6;
}
</style>
background-color css
<style>
a { background-color: #9B30F6; }
a { background-color: rgb(155,48,246); }
div.DivClassName
{
background-color: #9B30F6;
}
.BgClassName
{
background-color: #9B30F6;
}
</style>
border-color css
<style>
span { border-color: #9B30F6; }
span { border-color: rgb(155,48,246); }
td.TdClassName
{
border-color: #9B30F6;
}
.TagClassName
{
border-color: #9B30F6;
}
</style>