Shades of Blue Violet #941BDD
Tints of Blue Violet #941BDD
RGB
CMYK
RGB Variations
Color information
#941BDD (or 0x941BDD) is known color: Blue Violet. HEX triplet: 94, 1B and DD. RGB value is (148,27,221). Sum of RGB (Red+Green+Blue) = 148+27+221=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #941BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BDD is #6BE422. Grayscale: #545454. Windows color (decimal): -7070755 or 14490516. OLE color: 14490516.
HSL color Cylindrical-coordinate representation of color #941BDD: hue angle of 277.42º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941BDD is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 27 | 221 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.13 |
| HSL | 277.42º | 0.78% | 0.49% | - |
| HSV(B) | 277.42º | 0.88% | 0.87% | - |
| XYZ | 25.66 | 12.3 | 69.43 | - |
| YUV | 85.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 221 | 0.33 | 0.88 | 0 | 0.13 | 277.42 | 0.78 | 0.49 |
| Hex | 94 | 1B | DD | 21 | 58 | 0 | D | 115 | 4E | 31 |
| Octal | 224 | 33 | 335 | 41 | 130 | 0 | 15 | 425 | 116 | 61 |
| Binary | 10010100 | 11011 | 11011101 | 100001 | 1011000 | 0 | 1101 | 100010101 | 1001110 | 110001 |
Color Harmonies of #941BDD
Complementary color
Monochromatic Colors of #941BDD
Black with #941BDD
Text Example
Text Example
White with #941BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941BDD; }
p { color: rgb(148,27,221); }
H1.HeaderClassName
{
color: #941BDD;
}
.AnyTagClassName
{
color: #941BDD;
}
</style>
background-color css
<style>
a { background-color: #941BDD; }
a { background-color: rgb(148,27,221); }
div.DivClassName
{
background-color: #941BDD;
}
.BgClassName
{
background-color: #941BDD;
}
</style>
border-color css
<style>
span { border-color: #941BDD; }
span { border-color: rgb(148,27,221); }
td.TdClassName
{
border-color: #941BDD;
}
.TagClassName
{
border-color: #941BDD;
}
</style>