Shades of Blue Violet #923DDB
Tints of Blue Violet #923DDB
RGB
CMYK
RGB Variations
Color information
#923DDB (or 0x923DDB) is known color: Blue Violet. HEX triplet: 92, 3D and DB. RGB value is (146,61,219). Sum of RGB (Red+Green+Blue) = 146+61+219=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #923DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DDB is #6DC224. Grayscale: #676767. Windows color (decimal): -7193125 or 14368146. OLE color: 14368146.
HSL color Cylindrical-coordinate representation of color #923DDB: hue angle of 272.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923DDB is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 61 | 219 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.14 |
| HSL | 272.28º | 0.69% | 0.55% | - |
| HSV(B) | 272.28º | 0.72% | 0.86% | - |
| XYZ | 26.31 | 14.56 | 68.44 | - |
| YUV | 104.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 219 | 0.33 | 0.72 | 0 | 0.14 | 272.28 | 0.69 | 0.55 |
| Hex | 92 | 3D | DB | 21 | 48 | 0 | E | 110 | 45 | 37 |
| Octal | 222 | 75 | 333 | 41 | 110 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10010010 | 111101 | 11011011 | 100001 | 1001000 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #923DDB
Complementary color
Monochromatic Colors of #923DDB
Black with #923DDB
Text Example
Text Example
White with #923DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DDB; }
p { color: rgb(146,61,219); }
H1.HeaderClassName
{
color: #923DDB;
}
.AnyTagClassName
{
color: #923DDB;
}
</style>
background-color css
<style>
a { background-color: #923DDB; }
a { background-color: rgb(146,61,219); }
div.DivClassName
{
background-color: #923DDB;
}
.BgClassName
{
background-color: #923DDB;
}
</style>
border-color css
<style>
span { border-color: #923DDB; }
span { border-color: rgb(146,61,219); }
td.TdClassName
{
border-color: #923DDB;
}
.TagClassName
{
border-color: #923DDB;
}
</style>