Shades of Blue Violet #923EDA
Tints of Blue Violet #923EDA
RGB
CMYK
RGB Variations
Color information
#923EDA (or 0x923EDA) is known color: Blue Violet. HEX triplet: 92, 3E and DA. RGB value is (146,62,218). Sum of RGB (Red+Green+Blue) = 146+62+218=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #923EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923EDA is #6DC125. Grayscale: #686868. Windows color (decimal): -7192870 or 14302866. OLE color: 14302866.
HSL color Cylindrical-coordinate representation of color #923EDA: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923EDA is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 62 | 218 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.15 |
| HSL | 272.31º | 0.68% | 0.55% | - |
| HSV(B) | 272.31º | 0.72% | 0.85% | - |
| XYZ | 26.23 | 14.62 | 67.77 | - |
| YUV | 104.9 | 191.83 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 218 | 0.33 | 0.72 | 0 | 0.15 | 272.31 | 0.68 | 0.55 |
| Hex | 92 | 3E | DA | 21 | 48 | 0 | F | 110 | 44 | 37 |
| Octal | 222 | 76 | 332 | 41 | 110 | 0 | 17 | 420 | 104 | 67 |
| Binary | 10010010 | 111110 | 11011010 | 100001 | 1001000 | 0 | 1111 | 100010000 | 1000100 | 110111 |
Color Harmonies of #923EDA
Complementary color
Monochromatic Colors of #923EDA
Black with #923EDA
Text Example
Text Example
White with #923EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923EDA; }
p { color: rgb(146,62,218); }
H1.HeaderClassName
{
color: #923EDA;
}
.AnyTagClassName
{
color: #923EDA;
}
</style>
background-color css
<style>
a { background-color: #923EDA; }
a { background-color: rgb(146,62,218); }
div.DivClassName
{
background-color: #923EDA;
}
.BgClassName
{
background-color: #923EDA;
}
</style>
border-color css
<style>
span { border-color: #923EDA; }
span { border-color: rgb(146,62,218); }
td.TdClassName
{
border-color: #923EDA;
}
.TagClassName
{
border-color: #923EDA;
}
</style>