Shades of Blue Violet #943BFD
Tints of Blue Violet #943BFD
RGB
CMYK
RGB Variations
Color information
#943BFD (or 0x943BFD) is known color: Blue Violet. HEX triplet: 94, 3B and FD. RGB value is (148,59,253). Sum of RGB (Red+Green+Blue) = 148+59+253=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #943BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943BFD is #6BC402. Grayscale: #6B6B6B. Windows color (decimal): -7062531 or 16595860. OLE color: 16595860.
HSL color Cylindrical-coordinate representation of color #943BFD: hue angle of 267.53º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #943BFD is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 59 | 253 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.01 |
| HSL | 267.53º | 0.98% | 0.61% | - |
| HSV(B) | 267.53º | 0.77% | 0.99% | - |
| XYZ | 31.51 | 16.52 | 94.46 | - |
| YUV | 107.73 | 209.99 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 253 | 0.42 | 0.77 | 0 | 0.01 | 267.53 | 0.98 | 0.61 |
| Hex | 94 | 3B | FD | 2A | 4D | 0 | 1 | 10C | 62 | 3D |
| Octal | 224 | 73 | 375 | 52 | 115 | 0 | 1 | 414 | 142 | 75 |
| Binary | 10010100 | 111011 | 11111101 | 101010 | 1001101 | 0 | 1 | 100001100 | 1100010 | 111101 |
Color Harmonies of #943BFD
Complementary color
Monochromatic Colors of #943BFD
Black with #943BFD
Text Example
Text Example
White with #943BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943BFD; }
p { color: rgb(148,59,253); }
H1.HeaderClassName
{
color: #943BFD;
}
.AnyTagClassName
{
color: #943BFD;
}
</style>
background-color css
<style>
a { background-color: #943BFD; }
a { background-color: rgb(148,59,253); }
div.DivClassName
{
background-color: #943BFD;
}
.BgClassName
{
background-color: #943BFD;
}
</style>
border-color css
<style>
span { border-color: #943BFD; }
span { border-color: rgb(148,59,253); }
td.TdClassName
{
border-color: #943BFD;
}
.TagClassName
{
border-color: #943BFD;
}
</style>