Shades of Blue Violet #923BDD
Tints of Blue Violet #923BDD
RGB
CMYK
RGB Variations
Color information
#923BDD (or 0x923BDD) is known color: Blue Violet. HEX triplet: 92, 3B and DD. RGB value is (146,59,221). Sum of RGB (Red+Green+Blue) = 146+59+221=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #923BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923BDD is #6DC422. Grayscale: #666666. Windows color (decimal): -7193635 or 14498706. OLE color: 14498706.
HSL color Cylindrical-coordinate representation of color #923BDD: hue angle of 272.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #923BDD is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 59 | 221 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.13 |
| HSL | 272.22º | 0.7% | 0.55% | - |
| HSV(B) | 272.22º | 0.73% | 0.87% | - |
| XYZ | 26.47 | 14.46 | 69.8 | - |
| YUV | 103.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 221 | 0.34 | 0.73 | 0 | 0.13 | 272.22 | 0.7 | 0.55 |
| Hex | 92 | 3B | DD | 22 | 49 | 0 | D | 110 | 46 | 37 |
| Octal | 222 | 73 | 335 | 42 | 111 | 0 | 15 | 420 | 106 | 67 |
| Binary | 10010010 | 111011 | 11011101 | 100010 | 1001001 | 0 | 1101 | 100010000 | 1000110 | 110111 |
Color Harmonies of #923BDD
Complementary color
Monochromatic Colors of #923BDD
Black with #923BDD
Text Example
Text Example
White with #923BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923BDD; }
p { color: rgb(146,59,221); }
H1.HeaderClassName
{
color: #923BDD;
}
.AnyTagClassName
{
color: #923BDD;
}
</style>
background-color css
<style>
a { background-color: #923BDD; }
a { background-color: rgb(146,59,221); }
div.DivClassName
{
background-color: #923BDD;
}
.BgClassName
{
background-color: #923BDD;
}
</style>
border-color css
<style>
span { border-color: #923BDD; }
span { border-color: rgb(146,59,221); }
td.TdClassName
{
border-color: #923BDD;
}
.TagClassName
{
border-color: #923BDD;
}
</style>