Shades of Blue Violet #921EEB
Tints of Blue Violet #921EEB
RGB
CMYK
RGB Variations
Color information
#921EEB (or 0x921EEB) is known color: Blue Violet. HEX triplet: 92, 1E and EB. RGB value is (146,30,235). Sum of RGB (Red+Green+Blue) = 146+30+235=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #921EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #921EEB is #6DE114. Grayscale: #575757. Windows color (decimal): -7201045 or 15408786. OLE color: 15408786.
HSL color Cylindrical-coordinate representation of color #921EEB: hue angle of 273.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921EEB is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 30 | 235 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.08 |
| HSL | 273.95º | 0.84% | 0.52% | - |
| HSV(B) | 273.95º | 0.87% | 0.92% | - |
| XYZ | 27.31 | 13.04 | 79.67 | - |
| YUV | 88.05 | 210.93 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 235 | 0.38 | 0.87 | 0 | 0.08 | 273.95 | 0.84 | 0.52 |
| Hex | 92 | 1E | EB | 26 | 57 | 0 | 8 | 112 | 54 | 34 |
| Octal | 222 | 36 | 353 | 46 | 127 | 0 | 10 | 422 | 124 | 64 |
| Binary | 10010010 | 11110 | 11101011 | 100110 | 1010111 | 0 | 1000 | 100010010 | 1010100 | 110100 |
Color Harmonies of #921EEB
Complementary color
Monochromatic Colors of #921EEB
Black with #921EEB
Text Example
Text Example
White with #921EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921EEB; }
p { color: rgb(146,30,235); }
H1.HeaderClassName
{
color: #921EEB;
}
.AnyTagClassName
{
color: #921EEB;
}
</style>
background-color css
<style>
a { background-color: #921EEB; }
a { background-color: rgb(146,30,235); }
div.DivClassName
{
background-color: #921EEB;
}
.BgClassName
{
background-color: #921EEB;
}
</style>
border-color css
<style>
span { border-color: #921EEB; }
span { border-color: rgb(146,30,235); }
td.TdClassName
{
border-color: #921EEB;
}
.TagClassName
{
border-color: #921EEB;
}
</style>