Shades of Blue Violet #943FDD
Tints of Blue Violet #943FDD
RGB
CMYK
RGB Variations
Color information
#943FDD (or 0x943FDD) is known color: Blue Violet. HEX triplet: 94, 3F and DD. RGB value is (148,63,221). Sum of RGB (Red+Green+Blue) = 148+63+221=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #943FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FDD is #6BC022. Grayscale: #696969. Windows color (decimal): -7061539 or 14499732. OLE color: 14499732.
HSL color Cylindrical-coordinate representation of color #943FDD: hue angle of 272.28º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #943FDD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 63 | 221 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.13 |
| HSL | 272.28º | 0.7% | 0.56% | - |
| HSV(B) | 272.28º | 0.71% | 0.87% | - |
| XYZ | 27.04 | 15.07 | 69.89 | - |
| YUV | 106.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 221 | 0.33 | 0.71 | 0 | 0.13 | 272.28 | 0.7 | 0.56 |
| Hex | 94 | 3F | DD | 21 | 47 | 0 | D | 110 | 46 | 38 |
| Octal | 224 | 77 | 335 | 41 | 107 | 0 | 15 | 420 | 106 | 70 |
| Binary | 10010100 | 111111 | 11011101 | 100001 | 1000111 | 0 | 1101 | 100010000 | 1000110 | 111000 |
Color Harmonies of #943FDD
Complementary color
Monochromatic Colors of #943FDD
Black with #943FDD
Text Example
Text Example
White with #943FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FDD; }
p { color: rgb(148,63,221); }
H1.HeaderClassName
{
color: #943FDD;
}
.AnyTagClassName
{
color: #943FDD;
}
</style>
background-color css
<style>
a { background-color: #943FDD; }
a { background-color: rgb(148,63,221); }
div.DivClassName
{
background-color: #943FDD;
}
.BgClassName
{
background-color: #943FDD;
}
</style>
border-color css
<style>
span { border-color: #943FDD; }
span { border-color: rgb(148,63,221); }
td.TdClassName
{
border-color: #943FDD;
}
.TagClassName
{
border-color: #943FDD;
}
</style>