Shades of Dark Orchid #921ABB
Tints of Dark Orchid #921ABB
RGB
CMYK
RGB Variations
Color information
#921ABB (or 0x921ABB) is known color: Dark Orchid. HEX triplet: 92, 1A and BB. RGB value is (146,26,187). Sum of RGB (Red+Green+Blue) = 146+26+187=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #921ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ABB is #6DE544. Grayscale: #4F4F4F. Windows color (decimal): -7202117 or 12262034. OLE color: 12262034.
HSL color Cylindrical-coordinate representation of color #921ABB: hue angle of 284.72º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921ABB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 26 | 187 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.27 |
| HSL | 284.72º | 0.76% | 0.42% | - |
| HSV(B) | 284.72º | 0.86% | 0.73% | - |
| XYZ | 21.19 | 10.44 | 47.91 | - |
| YUV | 80.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 187 | 0.22 | 0.86 | 0 | 0.27 | 284.72 | 0.76 | 0.42 |
| Hex | 92 | 1A | BB | 16 | 56 | 0 | 1B | 11D | 4C | 2A |
| Octal | 222 | 32 | 273 | 26 | 126 | 0 | 33 | 435 | 114 | 52 |
| Binary | 10010010 | 11010 | 10111011 | 10110 | 1010110 | 0 | 11011 | 100011101 | 1001100 | 101010 |
Color Harmonies of #921ABB
Complementary color
Monochromatic Colors of #921ABB
Black with #921ABB
Text Example
Text Example
White with #921ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921ABB; }
p { color: rgb(146,26,187); }
H1.HeaderClassName
{
color: #921ABB;
}
.AnyTagClassName
{
color: #921ABB;
}
</style>
background-color css
<style>
a { background-color: #921ABB; }
a { background-color: rgb(146,26,187); }
div.DivClassName
{
background-color: #921ABB;
}
.BgClassName
{
background-color: #921ABB;
}
</style>
border-color css
<style>
span { border-color: #921ABB; }
span { border-color: rgb(146,26,187); }
td.TdClassName
{
border-color: #921ABB;
}
.TagClassName
{
border-color: #921ABB;
}
</style>