Shades of Blue Violet #923FDB
Tints of Blue Violet #923FDB
RGB
CMYK
RGB Variations
Color information
#923FDB (or 0x923FDB) is known color: Blue Violet. HEX triplet: 92, 3F and DB. RGB value is (146,63,219). Sum of RGB (Red+Green+Blue) = 146+63+219=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #923FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923FDB is #6DC024. Grayscale: #696969. Windows color (decimal): -7192613 or 14368658. OLE color: 14368658.
HSL color Cylindrical-coordinate representation of color #923FDB: hue angle of 271.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #923FDB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 63 | 219 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.14 |
| HSL | 271.92º | 0.68% | 0.55% | - |
| HSV(B) | 271.92º | 0.71% | 0.86% | - |
| XYZ | 26.42 | 14.78 | 68.48 | - |
| YUV | 105.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 219 | 0.33 | 0.71 | 0 | 0.14 | 271.92 | 0.68 | 0.55 |
| Hex | 92 | 3F | DB | 21 | 47 | 0 | E | 110 | 44 | 37 |
| Octal | 222 | 77 | 333 | 41 | 107 | 0 | 16 | 420 | 104 | 67 |
| Binary | 10010010 | 111111 | 11011011 | 100001 | 1000111 | 0 | 1110 | 100010000 | 1000100 | 110111 |
Color Harmonies of #923FDB
Complementary color
Monochromatic Colors of #923FDB
Black with #923FDB
Text Example
Text Example
White with #923FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923FDB; }
p { color: rgb(146,63,219); }
H1.HeaderClassName
{
color: #923FDB;
}
.AnyTagClassName
{
color: #923FDB;
}
</style>
background-color css
<style>
a { background-color: #923FDB; }
a { background-color: rgb(146,63,219); }
div.DivClassName
{
background-color: #923FDB;
}
.BgClassName
{
background-color: #923FDB;
}
</style>
border-color css
<style>
span { border-color: #923FDB; }
span { border-color: rgb(146,63,219); }
td.TdClassName
{
border-color: #923FDB;
}
.TagClassName
{
border-color: #923FDB;
}
</style>