Shades of Dark Orchid #921DBF
Tints of Dark Orchid #921DBF
RGB
CMYK
RGB Variations
Color information
#921DBF (or 0x921DBF) is known color: Dark Orchid. HEX triplet: 92, 1D and BF. RGB value is (146,29,191). Sum of RGB (Red+Green+Blue) = 146+29+191=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #921DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DBF is #6DE240. Grayscale: #515151. Windows color (decimal): -7201345 or 12524946. OLE color: 12524946.
HSL color Cylindrical-coordinate representation of color #921DBF: hue angle of 283.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921DBF is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 29 | 191 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.25 |
| HSL | 283.33º | 0.74% | 0.43% | - |
| HSV(B) | 283.33º | 0.85% | 0.75% | - |
| XYZ | 21.7 | 10.75 | 50.22 | - |
| YUV | 82.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 191 | 0.24 | 0.85 | 0 | 0.25 | 283.33 | 0.74 | 0.43 |
| Hex | 92 | 1D | BF | 18 | 55 | 0 | 19 | 11B | 4A | 2B |
| Octal | 222 | 35 | 277 | 30 | 125 | 0 | 31 | 433 | 112 | 53 |
| Binary | 10010010 | 11101 | 10111111 | 11000 | 1010101 | 0 | 11001 | 100011011 | 1001010 | 101011 |
Color Harmonies of #921DBF
Complementary color
Monochromatic Colors of #921DBF
Black with #921DBF
Text Example
Text Example
White with #921DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DBF; }
p { color: rgb(146,29,191); }
H1.HeaderClassName
{
color: #921DBF;
}
.AnyTagClassName
{
color: #921DBF;
}
</style>
background-color css
<style>
a { background-color: #921DBF; }
a { background-color: rgb(146,29,191); }
div.DivClassName
{
background-color: #921DBF;
}
.BgClassName
{
background-color: #921DBF;
}
</style>
border-color css
<style>
span { border-color: #921DBF; }
span { border-color: rgb(146,29,191); }
td.TdClassName
{
border-color: #921DBF;
}
.TagClassName
{
border-color: #921DBF;
}
</style>