Shades of Dark Violet #920BD0
Tints of Dark Violet #920BD0
RGB
CMYK
RGB Variations
Color information
#920BD0 (or 0x920BD0) is known color: Dark Violet. HEX triplet: 92, 0B and D0. RGB value is (146,11,208). Sum of RGB (Red+Green+Blue) = 146+11+208=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #920BD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BD0 is #6DF42F. Grayscale: #494949. Windows color (decimal): -7205936 or 13634450. OLE color: 13634450.
HSL color Cylindrical-coordinate representation of color #920BD0: hue angle of 281.12º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920BD0 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 11 | 208 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.18 |
| HSL | 281.12º | 0.9% | 0.43% | - |
| HSV(B) | 281.12º | 0.95% | 0.82% | - |
| XYZ | 23.36 | 10.9 | 60.55 | - |
| YUV | 73.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 208 | 0.30 | 0.95 | 0 | 0.18 | 281.12 | 0.9 | 0.43 |
| Hex | 92 | B | D0 | 1E | 5F | 0 | 12 | 119 | 5A | 2B |
| Octal | 222 | 13 | 320 | 36 | 137 | 0 | 22 | 431 | 132 | 53 |
| Binary | 10010010 | 1011 | 11010000 | 11110 | 1011111 | 0 | 10010 | 100011001 | 1011010 | 101011 |
Color Harmonies of #920BD0
Complementary color
Monochromatic Colors of #920BD0
Black with #920BD0
Text Example
Text Example
White with #920BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BD0; }
p { color: rgb(146,11,208); }
H1.HeaderClassName
{
color: #920BD0;
}
.AnyTagClassName
{
color: #920BD0;
}
</style>
background-color css
<style>
a { background-color: #920BD0; }
a { background-color: rgb(146,11,208); }
div.DivClassName
{
background-color: #920BD0;
}
.BgClassName
{
background-color: #920BD0;
}
</style>
border-color css
<style>
span { border-color: #920BD0; }
span { border-color: rgb(146,11,208); }
td.TdClassName
{
border-color: #920BD0;
}
.TagClassName
{
border-color: #920BD0;
}
</style>