Shades of Blue Violet #923CEC
Tints of Blue Violet #923CEC
RGB
CMYK
RGB Variations
Color information
#923CEC (or 0x923CEC) is known color: Blue Violet. HEX triplet: 92, 3C and EC. RGB value is (146,60,236). Sum of RGB (Red+Green+Blue) = 146+60+236=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #923CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #923CEC is #6DC313. Grayscale: #696969. Windows color (decimal): -7193364 or 15482002. OLE color: 15482002.
HSL color Cylindrical-coordinate representation of color #923CEC: hue angle of 269.32º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #923CEC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 60 | 236 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.07 |
| HSL | 269.32º | 0.82% | 0.58% | - |
| HSV(B) | 269.32º | 0.75% | 0.93% | - |
| XYZ | 28.61 | 15.4 | 80.82 | - |
| YUV | 105.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 236 | 0.38 | 0.75 | 0 | 0.07 | 269.32 | 0.82 | 0.58 |
| Hex | 92 | 3C | EC | 26 | 4B | 0 | 7 | 10D | 52 | 3A |
| Octal | 222 | 74 | 354 | 46 | 113 | 0 | 7 | 415 | 122 | 72 |
| Binary | 10010010 | 111100 | 11101100 | 100110 | 1001011 | 0 | 111 | 100001101 | 1010010 | 111010 |
Color Harmonies of #923CEC
Complementary color
Monochromatic Colors of #923CEC
Black with #923CEC
Text Example
Text Example
White with #923CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CEC; }
p { color: rgb(146,60,236); }
H1.HeaderClassName
{
color: #923CEC;
}
.AnyTagClassName
{
color: #923CEC;
}
</style>
background-color css
<style>
a { background-color: #923CEC; }
a { background-color: rgb(146,60,236); }
div.DivClassName
{
background-color: #923CEC;
}
.BgClassName
{
background-color: #923CEC;
}
</style>
border-color css
<style>
span { border-color: #923CEC; }
span { border-color: rgb(146,60,236); }
td.TdClassName
{
border-color: #923CEC;
}
.TagClassName
{
border-color: #923CEC;
}
</style>