Shades of Blue Violet #943BFF
Tints of Blue Violet #943BFF
RGB
CMYK
RGB Variations
Color information
#943BFF (or 0x943BFF) is known color: Blue Violet. HEX triplet: 94, 3B and FF. RGB value is (148,59,255). Sum of RGB (Red+Green+Blue) = 148+59+255=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #943BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943BFF is #6BC400. Grayscale: #6B6B6B. Windows color (decimal): -7062529 or 16726932. OLE color: 16726932.
HSL color Cylindrical-coordinate representation of color #943BFF: hue angle of 267.24º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #943BFF is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 59 | 255 | - |
| CMYK | 0.42 | 0.77 | 0 | 0 |
| HSL | 267.24º | 1% | 0.62% | - |
| HSV(B) | 267.24º | 0.77% | 1% | - |
| XYZ | 31.83 | 16.64 | 96.14 | - |
| YUV | 107.96 | 210.99 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 255 | 0.42 | 0.77 | 0 | 0 | 267.24 | 1 | 0.62 |
| Hex | 94 | 3B | FF | 2A | 4D | 0 | 0 | 10B | 64 | 3E |
| Octal | 224 | 73 | 377 | 52 | 115 | 0 | 0 | 413 | 144 | 76 |
| Binary | 10010100 | 111011 | 11111111 | 101010 | 1001101 | 0 | 0 | 100001011 | 1100100 | 111110 |
Color Harmonies of #943BFF
Complementary color
Monochromatic Colors of #943BFF
Black with #943BFF
Text Example
Text Example
White with #943BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943BFF; }
p { color: rgb(148,59,255); }
H1.HeaderClassName
{
color: #943BFF;
}
.AnyTagClassName
{
color: #943BFF;
}
</style>
background-color css
<style>
a { background-color: #943BFF; }
a { background-color: rgb(148,59,255); }
div.DivClassName
{
background-color: #943BFF;
}
.BgClassName
{
background-color: #943BFF;
}
</style>
border-color css
<style>
span { border-color: #943BFF; }
span { border-color: rgb(148,59,255); }
td.TdClassName
{
border-color: #943BFF;
}
.TagClassName
{
border-color: #943BFF;
}
</style>