Shades of Dark Violet #920DCE
Tints of Dark Violet #920DCE
RGB
CMYK
RGB Variations
Color information
#920DCE (or 0x920DCE) is known color: Dark Violet. HEX triplet: 92, 0D and CE. RGB value is (146,13,206). Sum of RGB (Red+Green+Blue) = 146+13+206=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #920DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920DCE is #6DF231. Grayscale: #4A4A4A. Windows color (decimal): -7205426 or 13503890. OLE color: 13503890.
HSL color Cylindrical-coordinate representation of color #920DCE: hue angle of 281.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920DCE is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 13 | 206 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.19 |
| HSL | 281.35º | 0.88% | 0.43% | - |
| HSV(B) | 281.35º | 0.94% | 0.81% | - |
| XYZ | 23.14 | 10.86 | 59.27 | - |
| YUV | 74.77 | 202.06 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 206 | 0.29 | 0.94 | 0 | 0.19 | 281.35 | 0.88 | 0.43 |
| Hex | 92 | D | CE | 1D | 5E | 0 | 13 | 119 | 58 | 2B |
| Octal | 222 | 15 | 316 | 35 | 136 | 0 | 23 | 431 | 130 | 53 |
| Binary | 10010010 | 1101 | 11001110 | 11101 | 1011110 | 0 | 10011 | 100011001 | 1011000 | 101011 |
Color Harmonies of #920DCE
Complementary color
Monochromatic Colors of #920DCE
Black with #920DCE
Text Example
Text Example
White with #920DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DCE; }
p { color: rgb(146,13,206); }
H1.HeaderClassName
{
color: #920DCE;
}
.AnyTagClassName
{
color: #920DCE;
}
</style>
background-color css
<style>
a { background-color: #920DCE; }
a { background-color: rgb(146,13,206); }
div.DivClassName
{
background-color: #920DCE;
}
.BgClassName
{
background-color: #920DCE;
}
</style>
border-color css
<style>
span { border-color: #920DCE; }
span { border-color: rgb(146,13,206); }
td.TdClassName
{
border-color: #920DCE;
}
.TagClassName
{
border-color: #920DCE;
}
</style>