Shades of Blue Violet #941EDF
Tints of Blue Violet #941EDF
RGB
CMYK
RGB Variations
Color information
#941EDF (or 0x941EDF) is known color: Blue Violet. HEX triplet: 94, 1E and DF. RGB value is (148,30,223). Sum of RGB (Red+Green+Blue) = 148+30+223=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #941EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EDF is #6BE120. Grayscale: #565656. Windows color (decimal): -7069985 or 14622356. OLE color: 14622356.
HSL color Cylindrical-coordinate representation of color #941EDF: hue angle of 276.68º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941EDF is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 30 | 223 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.13 |
| HSL | 276.68º | 0.76% | 0.5% | - |
| HSV(B) | 276.68º | 0.87% | 0.87% | - |
| XYZ | 26 | 12.55 | 70.86 | - |
| YUV | 87.28 | 204.59 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 223 | 0.34 | 0.87 | 0 | 0.13 | 276.68 | 0.76 | 0.5 |
| Hex | 94 | 1E | DF | 22 | 57 | 0 | D | 115 | 4C | 32 |
| Octal | 224 | 36 | 337 | 42 | 127 | 0 | 15 | 425 | 114 | 62 |
| Binary | 10010100 | 11110 | 11011111 | 100010 | 1010111 | 0 | 1101 | 100010101 | 1001100 | 110010 |
Color Harmonies of #941EDF
Complementary color
Monochromatic Colors of #941EDF
Black with #941EDF
Text Example
Text Example
White with #941EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941EDF; }
p { color: rgb(148,30,223); }
H1.HeaderClassName
{
color: #941EDF;
}
.AnyTagClassName
{
color: #941EDF;
}
</style>
background-color css
<style>
a { background-color: #941EDF; }
a { background-color: rgb(148,30,223); }
div.DivClassName
{
background-color: #941EDF;
}
.BgClassName
{
background-color: #941EDF;
}
</style>
border-color css
<style>
span { border-color: #941EDF; }
span { border-color: rgb(148,30,223); }
td.TdClassName
{
border-color: #941EDF;
}
.TagClassName
{
border-color: #941EDF;
}
</style>