Shades of Dark Violet #920BD6
Tints of Dark Violet #920BD6
RGB
CMYK
RGB Variations
Color information
#920BD6 (or 0x920BD6) is known color: Dark Violet. HEX triplet: 92, 0B and D6. RGB value is (146,11,214). Sum of RGB (Red+Green+Blue) = 146+11+214=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #920BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BD6 is #6DF429. Grayscale: #494949. Windows color (decimal): -7205930 or 14027666. OLE color: 14027666.
HSL color Cylindrical-coordinate representation of color #920BD6: hue angle of 279.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920BD6 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 11 | 214 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.16 |
| HSL | 279.9º | 0.9% | 0.44% | - |
| HSV(B) | 279.9º | 0.95% | 0.84% | - |
| XYZ | 24.11 | 11.21 | 64.51 | - |
| YUV | 74.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 214 | 0.32 | 0.95 | 0 | 0.16 | 279.9 | 0.9 | 0.44 |
| Hex | 92 | B | D6 | 20 | 5F | 0 | 10 | 118 | 5A | 2C |
| Octal | 222 | 13 | 326 | 40 | 137 | 0 | 20 | 430 | 132 | 54 |
| Binary | 10010010 | 1011 | 11010110 | 100000 | 1011111 | 0 | 10000 | 100011000 | 1011010 | 101100 |
Color Harmonies of #920BD6
Complementary color
Monochromatic Colors of #920BD6
Black with #920BD6
Text Example
Text Example
White with #920BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BD6; }
p { color: rgb(146,11,214); }
H1.HeaderClassName
{
color: #920BD6;
}
.AnyTagClassName
{
color: #920BD6;
}
</style>
background-color css
<style>
a { background-color: #920BD6; }
a { background-color: rgb(146,11,214); }
div.DivClassName
{
background-color: #920BD6;
}
.BgClassName
{
background-color: #920BD6;
}
</style>
border-color css
<style>
span { border-color: #920BD6; }
span { border-color: rgb(146,11,214); }
td.TdClassName
{
border-color: #920BD6;
}
.TagClassName
{
border-color: #920BD6;
}
</style>