Shades of Blue Violet #921CE4
Tints of Blue Violet #921CE4
RGB
CMYK
RGB Variations
Color information
#921CE4 (or 0x921CE4) is known color: Blue Violet. HEX triplet: 92, 1C and E4. RGB value is (146,28,228). Sum of RGB (Red+Green+Blue) = 146+28+228=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 228 (89.45% from 255 or 56.72% from 402); Max value from RGB is 228 - color contains mainly: blue. Hex color #921CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CE4 is #6DE31B. Grayscale: #555555. Windows color (decimal): -7201564 or 14949522. OLE color: 14949522.
HSL color Cylindrical-coordinate representation of color #921CE4: hue angle of 275.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921CE4 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 28 | 228 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.11 |
| HSL | 275.4º | 0.79% | 0.5% | - |
| HSV(B) | 275.4º | 0.88% | 0.89% | - |
| XYZ | 26.27 | 12.54 | 74.44 | - |
| YUV | 86.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 228 | 0.36 | 0.88 | 0 | 0.11 | 275.4 | 0.79 | 0.5 |
| Hex | 92 | 1C | E4 | 24 | 58 | 0 | B | 113 | 4F | 32 |
| Octal | 222 | 34 | 344 | 44 | 130 | 0 | 13 | 423 | 117 | 62 |
| Binary | 10010010 | 11100 | 11100100 | 100100 | 1011000 | 0 | 1011 | 100010011 | 1001111 | 110010 |
Color Harmonies of #921CE4
Complementary color
Monochromatic Colors of #921CE4
Black with #921CE4
Text Example
Text Example
White with #921CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921CE4; }
p { color: rgb(146,28,228); }
H1.HeaderClassName
{
color: #921CE4;
}
.AnyTagClassName
{
color: #921CE4;
}
</style>
background-color css
<style>
a { background-color: #921CE4; }
a { background-color: rgb(146,28,228); }
div.DivClassName
{
background-color: #921CE4;
}
.BgClassName
{
background-color: #921CE4;
}
</style>
border-color css
<style>
span { border-color: #921CE4; }
span { border-color: rgb(146,28,228); }
td.TdClassName
{
border-color: #921CE4;
}
.TagClassName
{
border-color: #921CE4;
}
</style>