Shades of Blue Violet #9B4DFE
Tints of Blue Violet #9B4DFE
RGB
CMYK
RGB Variations
Color information
#9B4DFE (or 0x9B4DFE) is known color: Blue Violet. HEX triplet: 9B, 4D and FE. RGB value is (155,77,254). Sum of RGB (Red+Green+Blue) = 155+77+254=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4DFE is #64B201. Grayscale: #777777. Windows color (decimal): -6599170 or 16666011. OLE color: 16666011.
HSL color Cylindrical-coordinate representation of color #9B4DFE: hue angle of 266.44º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B4DFE is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 77 | 254 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.00 |
| HSL | 266.44º | 0.99% | 0.65% | - |
| HSV(B) | 266.44º | 0.7% | 1% | - |
| XYZ | 34.06 | 19.43 | 95.72 | - |
| YUV | 120.5 | 203.34 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 254 | 0.39 | 0.70 | 0 | 0.00 | 266.44 | 0.99 | 0.65 |
| Hex | 9B | 4D | FE | 27 | 46 | 0 | 0 | 10A | 63 | 41 |
| Octal | 233 | 115 | 376 | 47 | 106 | 0 | 0 | 412 | 143 | 101 |
| Binary | 10011011 | 1001101 | 11111110 | 100111 | 1000110 | 0 | 0 | 100001010 | 1100011 | 1000001 |
Color Harmonies of #9B4DFE
Complementary color
Monochromatic Colors of #9B4DFE
Black with #9B4DFE
Text Example
Text Example
White with #9B4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4DFE; }
p { color: rgb(155,77,254); }
H1.HeaderClassName
{
color: #9B4DFE;
}
.AnyTagClassName
{
color: #9B4DFE;
}
</style>
background-color css
<style>
a { background-color: #9B4DFE; }
a { background-color: rgb(155,77,254); }
div.DivClassName
{
background-color: #9B4DFE;
}
.BgClassName
{
background-color: #9B4DFE;
}
</style>
border-color css
<style>
span { border-color: #9B4DFE; }
span { border-color: rgb(155,77,254); }
td.TdClassName
{
border-color: #9B4DFE;
}
.TagClassName
{
border-color: #9B4DFE;
}
</style>