Shades of Blue Violet #943FFC
Tints of Blue Violet #943FFC
RGB
CMYK
RGB Variations
Color information
#943FFC (or 0x943FFC) is known color: Blue Violet. HEX triplet: 94, 3F and FC. RGB value is (148,63,252). Sum of RGB (Red+Green+Blue) = 148+63+252=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #943FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943FFC is #6BC003. Grayscale: #6D6D6D. Windows color (decimal): -7061508 or 16531348. OLE color: 16531348.
HSL color Cylindrical-coordinate representation of color #943FFC: hue angle of 266.98º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943FFC is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 63 | 252 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.01 |
| HSL | 266.98º | 0.97% | 0.62% | - |
| HSV(B) | 266.98º | 0.75% | 0.99% | - |
| XYZ | 31.56 | 16.88 | 93.69 | - |
| YUV | 109.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 252 | 0.41 | 0.75 | 0 | 0.01 | 266.98 | 0.97 | 0.62 |
| Hex | 94 | 3F | FC | 29 | 4B | 0 | 1 | 10B | 61 | 3E |
| Octal | 224 | 77 | 374 | 51 | 113 | 0 | 1 | 413 | 141 | 76 |
| Binary | 10010100 | 111111 | 11111100 | 101001 | 1001011 | 0 | 1 | 100001011 | 1100001 | 111110 |
Color Harmonies of #943FFC
Complementary color
Monochromatic Colors of #943FFC
Black with #943FFC
Text Example
Text Example
White with #943FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FFC; }
p { color: rgb(148,63,252); }
H1.HeaderClassName
{
color: #943FFC;
}
.AnyTagClassName
{
color: #943FFC;
}
</style>
background-color css
<style>
a { background-color: #943FFC; }
a { background-color: rgb(148,63,252); }
div.DivClassName
{
background-color: #943FFC;
}
.BgClassName
{
background-color: #943FFC;
}
</style>
border-color css
<style>
span { border-color: #943FFC; }
span { border-color: rgb(148,63,252); }
td.TdClassName
{
border-color: #943FFC;
}
.TagClassName
{
border-color: #943FFC;
}
</style>