Shades of Dark Orchid #921AD3
Tints of Dark Orchid #921AD3
RGB
CMYK
RGB Variations
Color information
#921AD3 (or 0x921AD3) is known color: Dark Orchid. HEX triplet: 92, 1A and D3. RGB value is (146,26,211). Sum of RGB (Red+Green+Blue) = 146+26+211=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #921AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921AD3 is #6DE52C. Grayscale: #525252. Windows color (decimal): -7202093 or 13834898. OLE color: 13834898.
HSL color Cylindrical-coordinate representation of color #921AD3: hue angle of 278.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921AD3 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 26 | 211 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.17 |
| HSL | 278.92º | 0.78% | 0.46% | - |
| HSV(B) | 278.92º | 0.88% | 0.83% | - |
| XYZ | 23.98 | 11.55 | 62.59 | - |
| YUV | 82.97 | 200.26 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 211 | 0.31 | 0.88 | 0 | 0.17 | 278.92 | 0.78 | 0.46 |
| Hex | 92 | 1A | D3 | 1F | 58 | 0 | 11 | 117 | 4E | 2E |
| Octal | 222 | 32 | 323 | 37 | 130 | 0 | 21 | 427 | 116 | 56 |
| Binary | 10010010 | 11010 | 11010011 | 11111 | 1011000 | 0 | 10001 | 100010111 | 1001110 | 101110 |
Color Harmonies of #921AD3
Complementary color
Monochromatic Colors of #921AD3
Black with #921AD3
Text Example
Text Example
White with #921AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921AD3; }
p { color: rgb(146,26,211); }
H1.HeaderClassName
{
color: #921AD3;
}
.AnyTagClassName
{
color: #921AD3;
}
</style>
background-color css
<style>
a { background-color: #921AD3; }
a { background-color: rgb(146,26,211); }
div.DivClassName
{
background-color: #921AD3;
}
.BgClassName
{
background-color: #921AD3;
}
</style>
border-color css
<style>
span { border-color: #921AD3; }
span { border-color: rgb(146,26,211); }
td.TdClassName
{
border-color: #921AD3;
}
.TagClassName
{
border-color: #921AD3;
}
</style>