Shades of Blue Violet #923EDD
Tints of Blue Violet #923EDD
RGB
CMYK
RGB Variations
Color information
#923EDD (or 0x923EDD) is known color: Blue Violet. HEX triplet: 92, 3E and DD. RGB value is (146,62,221). Sum of RGB (Red+Green+Blue) = 146+62+221=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #923EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923EDD is #6DC122. Grayscale: #686868. Windows color (decimal): -7192867 or 14499474. OLE color: 14499474.
HSL color Cylindrical-coordinate representation of color #923EDD: hue angle of 271.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923EDD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 62 | 221 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.13 |
| HSL | 271.7º | 0.7% | 0.55% | - |
| HSV(B) | 271.7º | 0.72% | 0.87% | - |
| XYZ | 26.63 | 14.78 | 69.86 | - |
| YUV | 105.24 | 193.33 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 221 | 0.34 | 0.72 | 0 | 0.13 | 271.7 | 0.7 | 0.55 |
| Hex | 92 | 3E | DD | 22 | 48 | 0 | D | 110 | 46 | 37 |
| Octal | 222 | 76 | 335 | 42 | 110 | 0 | 15 | 420 | 106 | 67 |
| Binary | 10010010 | 111110 | 11011101 | 100010 | 1001000 | 0 | 1101 | 100010000 | 1000110 | 110111 |
Color Harmonies of #923EDD
Complementary color
Monochromatic Colors of #923EDD
Black with #923EDD
Text Example
Text Example
White with #923EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923EDD; }
p { color: rgb(146,62,221); }
H1.HeaderClassName
{
color: #923EDD;
}
.AnyTagClassName
{
color: #923EDD;
}
</style>
background-color css
<style>
a { background-color: #923EDD; }
a { background-color: rgb(146,62,221); }
div.DivClassName
{
background-color: #923EDD;
}
.BgClassName
{
background-color: #923EDD;
}
</style>
border-color css
<style>
span { border-color: #923EDD; }
span { border-color: rgb(146,62,221); }
td.TdClassName
{
border-color: #923EDD;
}
.TagClassName
{
border-color: #923EDD;
}
</style>