Shades of Blue Violet #923CDB
Tints of Blue Violet #923CDB
RGB
CMYK
RGB Variations
Color information
#923CDB (or 0x923CDB) is known color: Blue Violet. HEX triplet: 92, 3C and DB. RGB value is (146,60,219). Sum of RGB (Red+Green+Blue) = 146+60+219=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #923CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923CDB is #6DC324. Grayscale: #676767. Windows color (decimal): -7193381 or 14367890. OLE color: 14367890.
HSL color Cylindrical-coordinate representation of color #923CDB: hue angle of 272.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #923CDB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 60 | 219 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.14 |
| HSL | 272.45º | 0.69% | 0.55% | - |
| HSV(B) | 272.45º | 0.73% | 0.86% | - |
| XYZ | 26.26 | 14.46 | 68.42 | - |
| YUV | 103.84 | 192.99 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 219 | 0.33 | 0.73 | 0 | 0.14 | 272.45 | 0.69 | 0.55 |
| Hex | 92 | 3C | DB | 21 | 49 | 0 | E | 110 | 45 | 37 |
| Octal | 222 | 74 | 333 | 41 | 111 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10010010 | 111100 | 11011011 | 100001 | 1001001 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #923CDB
Complementary color
Monochromatic Colors of #923CDB
Black with #923CDB
Text Example
Text Example
White with #923CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CDB; }
p { color: rgb(146,60,219); }
H1.HeaderClassName
{
color: #923CDB;
}
.AnyTagClassName
{
color: #923CDB;
}
</style>
background-color css
<style>
a { background-color: #923CDB; }
a { background-color: rgb(146,60,219); }
div.DivClassName
{
background-color: #923CDB;
}
.BgClassName
{
background-color: #923CDB;
}
</style>
border-color css
<style>
span { border-color: #923CDB; }
span { border-color: rgb(146,60,219); }
td.TdClassName
{
border-color: #923CDB;
}
.TagClassName
{
border-color: #923CDB;
}
</style>