Shades of Blue Violet #9B4CFD
Tints of Blue Violet #9B4CFD
RGB
CMYK
RGB Variations
Color information
#9B4CFD (or 0x9B4CFD) is known color: Blue Violet. HEX triplet: 9B, 4C and FD. RGB value is (155,76,253). Sum of RGB (Red+Green+Blue) = 155+76+253=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B4CFD is #64B302. Grayscale: #777777. Windows color (decimal): -6599427 or 16600219. OLE color: 16600219.
HSL color Cylindrical-coordinate representation of color #9B4CFD: hue angle of 266.78º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B4CFD is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 76 | 253 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.01 |
| HSL | 266.78º | 0.98% | 0.65% | - |
| HSV(B) | 266.78º | 0.7% | 0.99% | - |
| XYZ | 33.83 | 19.23 | 94.86 | - |
| YUV | 119.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 76 | 253 | 0.39 | 0.70 | 0 | 0.01 | 266.78 | 0.98 | 0.65 |
| Hex | 9B | 4C | FD | 27 | 46 | 0 | 1 | 10B | 62 | 41 |
| Octal | 233 | 114 | 375 | 47 | 106 | 0 | 1 | 413 | 142 | 101 |
| Binary | 10011011 | 1001100 | 11111101 | 100111 | 1000110 | 0 | 1 | 100001011 | 1100010 | 1000001 |
Color Harmonies of #9B4CFD
Complementary color
Monochromatic Colors of #9B4CFD
Black with #9B4CFD
Text Example
Text Example
White with #9B4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4CFD; }
p { color: rgb(155,76,253); }
H1.HeaderClassName
{
color: #9B4CFD;
}
.AnyTagClassName
{
color: #9B4CFD;
}
</style>
background-color css
<style>
a { background-color: #9B4CFD; }
a { background-color: rgb(155,76,253); }
div.DivClassName
{
background-color: #9B4CFD;
}
.BgClassName
{
background-color: #9B4CFD;
}
</style>
border-color css
<style>
span { border-color: #9B4CFD; }
span { border-color: rgb(155,76,253); }
td.TdClassName
{
border-color: #9B4CFD;
}
.TagClassName
{
border-color: #9B4CFD;
}
</style>