Shades of Blue Violet #943CFD
Tints of Blue Violet #943CFD
RGB
CMYK
RGB Variations
Color information
#943CFD (or 0x943CFD) is known color: Blue Violet. HEX triplet: 94, 3C and FD. RGB value is (148,60,253). Sum of RGB (Red+Green+Blue) = 148+60+253=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #943CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943CFD is #6BC302. Grayscale: #6B6B6B. Windows color (decimal): -7062275 or 16596116. OLE color: 16596116.
HSL color Cylindrical-coordinate representation of color #943CFD: hue angle of 267.36º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #943CFD is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 60 | 253 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.01 |
| HSL | 267.36º | 0.98% | 0.61% | - |
| HSV(B) | 267.36º | 0.76% | 0.99% | - |
| XYZ | 31.56 | 16.62 | 94.47 | - |
| YUV | 108.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 253 | 0.42 | 0.76 | 0 | 0.01 | 267.36 | 0.98 | 0.61 |
| Hex | 94 | 3C | FD | 2A | 4C | 0 | 1 | 10B | 62 | 3D |
| Octal | 224 | 74 | 375 | 52 | 114 | 0 | 1 | 413 | 142 | 75 |
| Binary | 10010100 | 111100 | 11111101 | 101010 | 1001100 | 0 | 1 | 100001011 | 1100010 | 111101 |
Color Harmonies of #943CFD
Complementary color
Monochromatic Colors of #943CFD
Black with #943CFD
Text Example
Text Example
White with #943CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CFD; }
p { color: rgb(148,60,253); }
H1.HeaderClassName
{
color: #943CFD;
}
.AnyTagClassName
{
color: #943CFD;
}
</style>
background-color css
<style>
a { background-color: #943CFD; }
a { background-color: rgb(148,60,253); }
div.DivClassName
{
background-color: #943CFD;
}
.BgClassName
{
background-color: #943CFD;
}
</style>
border-color css
<style>
span { border-color: #943CFD; }
span { border-color: rgb(148,60,253); }
td.TdClassName
{
border-color: #943CFD;
}
.TagClassName
{
border-color: #943CFD;
}
</style>