Shades of Blue Violet #943FFB
Tints of Blue Violet #943FFB
RGB
CMYK
RGB Variations
Color information
#943FFB (or 0x943FFB) is known color: Blue Violet. HEX triplet: 94, 3F and FB. RGB value is (148,63,251). Sum of RGB (Red+Green+Blue) = 148+63+251=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #943FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943FFB is #6BC004. Grayscale: #6D6D6D. Windows color (decimal): -7061509 or 16465812. OLE color: 16465812.
HSL color Cylindrical-coordinate representation of color #943FFB: hue angle of 267.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943FFB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 63 | 251 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.02 |
| HSL | 267.13º | 0.96% | 0.62% | - |
| HSV(B) | 267.13º | 0.75% | 0.98% | - |
| XYZ | 31.4 | 16.82 | 92.86 | - |
| YUV | 109.85 | 207.66 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 251 | 0.41 | 0.75 | 0 | 0.02 | 267.13 | 0.96 | 0.62 |
| Hex | 94 | 3F | FB | 29 | 4B | 0 | 2 | 10B | 60 | 3E |
| Octal | 224 | 77 | 373 | 51 | 113 | 0 | 2 | 413 | 140 | 76 |
| Binary | 10010100 | 111111 | 11111011 | 101001 | 1001011 | 0 | 10 | 100001011 | 1100000 | 111110 |
Color Harmonies of #943FFB
Complementary color
Monochromatic Colors of #943FFB
Black with #943FFB
Text Example
Text Example
White with #943FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FFB; }
p { color: rgb(148,63,251); }
H1.HeaderClassName
{
color: #943FFB;
}
.AnyTagClassName
{
color: #943FFB;
}
</style>
background-color css
<style>
a { background-color: #943FFB; }
a { background-color: rgb(148,63,251); }
div.DivClassName
{
background-color: #943FFB;
}
.BgClassName
{
background-color: #943FFB;
}
</style>
border-color css
<style>
span { border-color: #943FFB; }
span { border-color: rgb(148,63,251); }
td.TdClassName
{
border-color: #943FFB;
}
.TagClassName
{
border-color: #943FFB;
}
</style>