Shades of Blue Violet #920FEF
Tints of Blue Violet #920FEF
RGB
CMYK
RGB Variations
Color information
#920FEF (or 0x920FEF) is known color: Blue Violet. HEX triplet: 92, 0F and EF. RGB value is (146,15,239). Sum of RGB (Red+Green+Blue) = 146+15+239=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #920FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920FEF is #6DF010. Grayscale: #4E4E4E. Windows color (decimal): -7204881 or 15667090. OLE color: 15667090.
HSL color Cylindrical-coordinate representation of color #920FEF: hue angle of 275.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920FEF is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 15 | 239 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.06 |
| HSL | 275.09º | 0.88% | 0.5% | - |
| HSV(B) | 275.09º | 0.94% | 0.94% | - |
| XYZ | 27.6 | 12.68 | 82.65 | - |
| YUV | 79.71 | 217.9 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 239 | 0.39 | 0.94 | 0 | 0.06 | 275.09 | 0.88 | 0.5 |
| Hex | 92 | F | EF | 27 | 5E | 0 | 6 | 113 | 58 | 32 |
| Octal | 222 | 17 | 357 | 47 | 136 | 0 | 6 | 423 | 130 | 62 |
| Binary | 10010010 | 1111 | 11101111 | 100111 | 1011110 | 0 | 110 | 100010011 | 1011000 | 110010 |
Color Harmonies of #920FEF
Complementary color
Monochromatic Colors of #920FEF
Black with #920FEF
Text Example
Text Example
White with #920FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920FEF; }
p { color: rgb(146,15,239); }
H1.HeaderClassName
{
color: #920FEF;
}
.AnyTagClassName
{
color: #920FEF;
}
</style>
background-color css
<style>
a { background-color: #920FEF; }
a { background-color: rgb(146,15,239); }
div.DivClassName
{
background-color: #920FEF;
}
.BgClassName
{
background-color: #920FEF;
}
</style>
border-color css
<style>
span { border-color: #920FEF; }
span { border-color: rgb(146,15,239); }
td.TdClassName
{
border-color: #920FEF;
}
.TagClassName
{
border-color: #920FEF;
}
</style>