Shades of Blue Violet #923CEE
Tints of Blue Violet #923CEE
RGB
CMYK
RGB Variations
Color information
#923CEE (or 0x923CEE) is known color: Blue Violet. HEX triplet: 92, 3C and EE. RGB value is (146,60,238). Sum of RGB (Red+Green+Blue) = 146+60+238=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #923CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #923CEE is #6DC311. Grayscale: #696969. Windows color (decimal): -7193362 or 15613074. OLE color: 15613074.
HSL color Cylindrical-coordinate representation of color #923CEE: hue angle of 268.99º degrees, saturation: 0.84, 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 #923CEE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 60 | 238 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.07 |
| HSL | 268.99º | 0.84% | 0.58% | - |
| HSV(B) | 268.99º | 0.75% | 0.93% | - |
| XYZ | 28.9 | 15.52 | 82.36 | - |
| YUV | 106.01 | 202.49 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 238 | 0.39 | 0.75 | 0 | 0.07 | 268.99 | 0.84 | 0.58 |
| Hex | 92 | 3C | EE | 27 | 4B | 0 | 7 | 10D | 54 | 3A |
| Octal | 222 | 74 | 356 | 47 | 113 | 0 | 7 | 415 | 124 | 72 |
| Binary | 10010010 | 111100 | 11101110 | 100111 | 1001011 | 0 | 111 | 100001101 | 1010100 | 111010 |
Color Harmonies of #923CEE
Complementary color
Monochromatic Colors of #923CEE
Black with #923CEE
Text Example
Text Example
White with #923CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923CEE; }
p { color: rgb(146,60,238); }
H1.HeaderClassName
{
color: #923CEE;
}
.AnyTagClassName
{
color: #923CEE;
}
</style>
background-color css
<style>
a { background-color: #923CEE; }
a { background-color: rgb(146,60,238); }
div.DivClassName
{
background-color: #923CEE;
}
.BgClassName
{
background-color: #923CEE;
}
</style>
border-color css
<style>
span { border-color: #923CEE; }
span { border-color: rgb(146,60,238); }
td.TdClassName
{
border-color: #923CEE;
}
.TagClassName
{
border-color: #923CEE;
}
</style>