Shades of Blue Violet #923CEB
Tints of Blue Violet #923CEB
RGB
CMYK
RGB Variations
Color information
#923CEB (or 0x923CEB) is known color: Blue Violet. HEX triplet: 92, 3C and EB. RGB value is (146,60,235). Sum of RGB (Red+Green+Blue) = 146+60+235=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #923CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #923CEB is #6DC314. Grayscale: #696969. Windows color (decimal): -7193365 or 15416466. OLE color: 15416466.
HSL color Cylindrical-coordinate representation of color #923CEB: hue angle of 269.49º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #923CEB is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 60 | 235 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.08 |
| HSL | 269.49º | 0.81% | 0.58% | - |
| HSV(B) | 269.49º | 0.74% | 0.92% | - |
| XYZ | 28.47 | 15.34 | 80.06 | - |
| YUV | 105.66 | 200.99 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 235 | 0.38 | 0.74 | 0 | 0.08 | 269.49 | 0.81 | 0.58 |
| Hex | 92 | 3C | EB | 26 | 4A | 0 | 8 | 10D | 51 | 3A |
| Octal | 222 | 74 | 353 | 46 | 112 | 0 | 10 | 415 | 121 | 72 |
| Binary | 10010010 | 111100 | 11101011 | 100110 | 1001010 | 0 | 1000 | 100001101 | 1010001 | 111010 |
Color Harmonies of #923CEB
Complementary color
Monochromatic Colors of #923CEB
Black with #923CEB
Text Example
Text Example
White with #923CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CEB; }
p { color: rgb(146,60,235); }
H1.HeaderClassName
{
color: #923CEB;
}
.AnyTagClassName
{
color: #923CEB;
}
</style>
background-color css
<style>
a { background-color: #923CEB; }
a { background-color: rgb(146,60,235); }
div.DivClassName
{
background-color: #923CEB;
}
.BgClassName
{
background-color: #923CEB;
}
</style>
border-color css
<style>
span { border-color: #923CEB; }
span { border-color: rgb(146,60,235); }
td.TdClassName
{
border-color: #923CEB;
}
.TagClassName
{
border-color: #923CEB;
}
</style>