Shades of Blue Violet #943FFE
Tints of Blue Violet #943FFE
RGB
CMYK
RGB Variations
Color information
#943FFE (or 0x943FFE) is known color: Blue Violet. HEX triplet: 94, 3F and FE. RGB value is (148,63,254). Sum of RGB (Red+Green+Blue) = 148+63+254=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #943FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943FFE is #6BC001. Grayscale: #6D6D6D. Windows color (decimal): -7061506 or 16662420. OLE color: 16662420.
HSL color Cylindrical-coordinate representation of color #943FFE: hue angle of 266.7º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943FFE is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 63 | 254 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.00 |
| HSL | 266.7º | 0.99% | 0.62% | - |
| HSV(B) | 266.7º | 0.75% | 1% | - |
| XYZ | 31.88 | 17.01 | 95.37 | - |
| YUV | 110.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 254 | 0.42 | 0.75 | 0 | 0.00 | 266.7 | 0.99 | 0.62 |
| Hex | 94 | 3F | FE | 2A | 4B | 0 | 0 | 10B | 63 | 3E |
| Octal | 224 | 77 | 376 | 52 | 113 | 0 | 0 | 413 | 143 | 76 |
| Binary | 10010100 | 111111 | 11111110 | 101010 | 1001011 | 0 | 0 | 100001011 | 1100011 | 111110 |
Color Harmonies of #943FFE
Complementary color
Monochromatic Colors of #943FFE
Black with #943FFE
Text Example
Text Example
White with #943FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FFE; }
p { color: rgb(148,63,254); }
H1.HeaderClassName
{
color: #943FFE;
}
.AnyTagClassName
{
color: #943FFE;
}
</style>
background-color css
<style>
a { background-color: #943FFE; }
a { background-color: rgb(148,63,254); }
div.DivClassName
{
background-color: #943FFE;
}
.BgClassName
{
background-color: #943FFE;
}
</style>
border-color css
<style>
span { border-color: #943FFE; }
span { border-color: rgb(148,63,254); }
td.TdClassName
{
border-color: #943FFE;
}
.TagClassName
{
border-color: #943FFE;
}
</style>