Shades of Dark Violet #920BD5
Tints of Dark Violet #920BD5
RGB
CMYK
RGB Variations
Color information
#920BD5 (or 0x920BD5) is known color: Dark Violet. HEX triplet: 92, 0B and D5. RGB value is (146,11,213). Sum of RGB (Red+Green+Blue) = 146+11+213=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #920BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BD5 is #6DF42A. Grayscale: #494949. Windows color (decimal): -7205931 or 13962130. OLE color: 13962130.
HSL color Cylindrical-coordinate representation of color #920BD5: hue angle of 280.1º 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 #920BD5 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 11 | 213 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.16 |
| HSL | 280.1º | 0.9% | 0.44% | - |
| HSV(B) | 280.1º | 0.95% | 0.84% | - |
| XYZ | 23.98 | 11.15 | 63.84 | - |
| YUV | 74.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 213 | 0.31 | 0.95 | 0 | 0.16 | 280.1 | 0.9 | 0.44 |
| Hex | 92 | B | D5 | 1F | 5F | 0 | 10 | 118 | 5A | 2C |
| Octal | 222 | 13 | 325 | 37 | 137 | 0 | 20 | 430 | 132 | 54 |
| Binary | 10010010 | 1011 | 11010101 | 11111 | 1011111 | 0 | 10000 | 100011000 | 1011010 | 101100 |
Color Harmonies of #920BD5
Complementary color
Monochromatic Colors of #920BD5
Black with #920BD5
Text Example
Text Example
White with #920BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BD5; }
p { color: rgb(146,11,213); }
H1.HeaderClassName
{
color: #920BD5;
}
.AnyTagClassName
{
color: #920BD5;
}
</style>
background-color css
<style>
a { background-color: #920BD5; }
a { background-color: rgb(146,11,213); }
div.DivClassName
{
background-color: #920BD5;
}
.BgClassName
{
background-color: #920BD5;
}
</style>
border-color css
<style>
span { border-color: #920BD5; }
span { border-color: rgb(146,11,213); }
td.TdClassName
{
border-color: #920BD5;
}
.TagClassName
{
border-color: #920BD5;
}
</style>