Shades of Blue Violet #921CEB
Tints of Blue Violet #921CEB
RGB
CMYK
RGB Variations
Color information
#921CEB (or 0x921CEB) is known color: Blue Violet. HEX triplet: 92, 1C and EB. RGB value is (146,28,235). Sum of RGB (Red+Green+Blue) = 146+28+235=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #921CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #921CEB is #6DE314. Grayscale: #565656. Windows color (decimal): -7201557 or 15408274. OLE color: 15408274.
HSL color Cylindrical-coordinate representation of color #921CEB: hue angle of 274.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921CEB is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 28 | 235 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.08 |
| HSL | 274.2º | 0.84% | 0.52% | - |
| HSV(B) | 274.2º | 0.88% | 0.92% | - |
| XYZ | 27.26 | 12.94 | 79.66 | - |
| YUV | 86.88 | 211.59 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 235 | 0.38 | 0.88 | 0 | 0.08 | 274.2 | 0.84 | 0.52 |
| Hex | 92 | 1C | EB | 26 | 58 | 0 | 8 | 112 | 54 | 34 |
| Octal | 222 | 34 | 353 | 46 | 130 | 0 | 10 | 422 | 124 | 64 |
| Binary | 10010010 | 11100 | 11101011 | 100110 | 1011000 | 0 | 1000 | 100010010 | 1010100 | 110100 |
Color Harmonies of #921CEB
Complementary color
Monochromatic Colors of #921CEB
Black with #921CEB
Text Example
Text Example
White with #921CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921CEB; }
p { color: rgb(146,28,235); }
H1.HeaderClassName
{
color: #921CEB;
}
.AnyTagClassName
{
color: #921CEB;
}
</style>
background-color css
<style>
a { background-color: #921CEB; }
a { background-color: rgb(146,28,235); }
div.DivClassName
{
background-color: #921CEB;
}
.BgClassName
{
background-color: #921CEB;
}
</style>
border-color css
<style>
span { border-color: #921CEB; }
span { border-color: rgb(146,28,235); }
td.TdClassName
{
border-color: #921CEB;
}
.TagClassName
{
border-color: #921CEB;
}
</style>