Shades of Dark Violet #920BF2
Tints of Dark Violet #920BF2
RGB
CMYK
RGB Variations
Color information
#920BF2 (or 0x920BF2) is known color: Dark Violet. HEX triplet: 92, 0B and F2. RGB value is (146,11,242). Sum of RGB (Red+Green+Blue) = 146+11+242=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #920BF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920BF2 is #6DF40D. Grayscale: #4C4C4C. Windows color (decimal): -7205902 or 15862674. OLE color: 15862674.
HSL color Cylindrical-coordinate representation of color #920BF2: hue angle of 275.06º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920BF2 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 11 | 242 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.05 |
| HSL | 275.06º | 0.91% | 0.5% | - |
| HSV(B) | 275.06º | 0.95% | 0.95% | - |
| XYZ | 28 | 12.76 | 84.99 | - |
| YUV | 77.7 | 220.73 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 242 | 0.40 | 0.95 | 0 | 0.05 | 275.06 | 0.91 | 0.5 |
| Hex | 92 | B | F2 | 28 | 5F | 0 | 5 | 113 | 5B | 32 |
| Octal | 222 | 13 | 362 | 50 | 137 | 0 | 5 | 423 | 133 | 62 |
| Binary | 10010010 | 1011 | 11110010 | 101000 | 1011111 | 0 | 101 | 100010011 | 1011011 | 110010 |
Color Harmonies of #920BF2
Complementary color
Monochromatic Colors of #920BF2
Black with #920BF2
Text Example
Text Example
White with #920BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BF2; }
p { color: rgb(146,11,242); }
H1.HeaderClassName
{
color: #920BF2;
}
.AnyTagClassName
{
color: #920BF2;
}
</style>
background-color css
<style>
a { background-color: #920BF2; }
a { background-color: rgb(146,11,242); }
div.DivClassName
{
background-color: #920BF2;
}
.BgClassName
{
background-color: #920BF2;
}
</style>
border-color css
<style>
span { border-color: #920BF2; }
span { border-color: rgb(146,11,242); }
td.TdClassName
{
border-color: #920BF2;
}
.TagClassName
{
border-color: #920BF2;
}
</style>