Shades of Blue Violet #931CDB
Tints of Blue Violet #931CDB
RGB
CMYK
RGB Variations
Color information
#931CDB (or 0x931CDB) is known color: Blue Violet. HEX triplet: 93, 1C and DB. RGB value is (147,28,219). Sum of RGB (Red+Green+Blue) = 147+28+219=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #931CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CDB is #6CE324. Grayscale: #545454. Windows color (decimal): -7136037 or 14359699. OLE color: 14359699.
HSL color Cylindrical-coordinate representation of color #931CDB: hue angle of 277.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931CDB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 28 | 219 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.14 |
| HSL | 277.38º | 0.77% | 0.48% | - |
| HSV(B) | 277.38º | 0.87% | 0.86% | - |
| XYZ | 25.23 | 12.15 | 68.03 | - |
| YUV | 85.36 | 203.42 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 219 | 0.33 | 0.87 | 0 | 0.14 | 277.38 | 0.77 | 0.48 |
| Hex | 93 | 1C | DB | 21 | 57 | 0 | E | 115 | 4D | 30 |
| Octal | 223 | 34 | 333 | 41 | 127 | 0 | 16 | 425 | 115 | 60 |
| Binary | 10010011 | 11100 | 11011011 | 100001 | 1010111 | 0 | 1110 | 100010101 | 1001101 | 110000 |
Color Harmonies of #931CDB
Complementary color
Monochromatic Colors of #931CDB
Black with #931CDB
Text Example
Text Example
White with #931CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CDB; }
p { color: rgb(147,28,219); }
H1.HeaderClassName
{
color: #931CDB;
}
.AnyTagClassName
{
color: #931CDB;
}
</style>
background-color css
<style>
a { background-color: #931CDB; }
a { background-color: rgb(147,28,219); }
div.DivClassName
{
background-color: #931CDB;
}
.BgClassName
{
background-color: #931CDB;
}
</style>
border-color css
<style>
span { border-color: #931CDB; }
span { border-color: rgb(147,28,219); }
td.TdClassName
{
border-color: #931CDB;
}
.TagClassName
{
border-color: #931CDB;
}
</style>