Shades of Dark Violet #920AF5
Tints of Dark Violet #920AF5
RGB
CMYK
RGB Variations
Color information
#920AF5 (or 0x920AF5) is known color: Dark Violet. HEX triplet: 92, 0A and F5. RGB value is (146,10,245). Sum of RGB (Red+Green+Blue) = 146+10+245=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #920AF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920AF5 is #6DF50A. Grayscale: #4C4C4C. Windows color (decimal): -7206155 or 16059026. OLE color: 16059026.
HSL color Cylindrical-coordinate representation of color #920AF5: hue angle of 274.72º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920AF5 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 10 | 245 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.04 |
| HSL | 274.72º | 0.92% | 0.5% | - |
| HSV(B) | 274.72º | 0.96% | 0.96% | - |
| XYZ | 28.44 | 12.92 | 87.38 | - |
| YUV | 77.45 | 222.56 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 245 | 0.40 | 0.96 | 0 | 0.04 | 274.72 | 0.92 | 0.5 |
| Hex | 92 | A | F5 | 28 | 60 | 0 | 4 | 113 | 5C | 32 |
| Octal | 222 | 12 | 365 | 50 | 140 | 0 | 4 | 423 | 134 | 62 |
| Binary | 10010010 | 1010 | 11110101 | 101000 | 1100000 | 0 | 100 | 100010011 | 1011100 | 110010 |
Color Harmonies of #920AF5
Complementary color
Monochromatic Colors of #920AF5
Black with #920AF5
Text Example
Text Example
White with #920AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920AF5; }
p { color: rgb(146,10,245); }
H1.HeaderClassName
{
color: #920AF5;
}
.AnyTagClassName
{
color: #920AF5;
}
</style>
background-color css
<style>
a { background-color: #920AF5; }
a { background-color: rgb(146,10,245); }
div.DivClassName
{
background-color: #920AF5;
}
.BgClassName
{
background-color: #920AF5;
}
</style>
border-color css
<style>
span { border-color: #920AF5; }
span { border-color: rgb(146,10,245); }
td.TdClassName
{
border-color: #920AF5;
}
.TagClassName
{
border-color: #920AF5;
}
</style>