Shades of Dark Orchid #921DB2
Tints of Dark Orchid #921DB2
RGB
CMYK
RGB Variations
Color information
#921DB2 (or 0x921DB2) is known color: Dark Orchid. HEX triplet: 92, 1D and B2. RGB value is (146,29,178). Sum of RGB (Red+Green+Blue) = 146+29+178=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #921DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921DB2 is #6DE24D. Grayscale: #505050. Windows color (decimal): -7201358 or 11672978. OLE color: 11672978.
HSL color Cylindrical-coordinate representation of color #921DB2: hue angle of 287.11º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921DB2 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 29 | 178 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.30 |
| HSL | 287.11º | 0.72% | 0.41% | - |
| HSV(B) | 287.11º | 0.84% | 0.7% | - |
| XYZ | 20.33 | 10.2 | 43.02 | - |
| YUV | 80.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 178 | 0.18 | 0.84 | 0 | 0.30 | 287.11 | 0.72 | 0.41 |
| Hex | 92 | 1D | B2 | 12 | 54 | 0 | 1E | 11F | 48 | 29 |
| Octal | 222 | 35 | 262 | 22 | 124 | 0 | 36 | 437 | 110 | 51 |
| Binary | 10010010 | 11101 | 10110010 | 10010 | 1010100 | 0 | 11110 | 100011111 | 1001000 | 101001 |
Color Harmonies of #921DB2
Complementary color
Monochromatic Colors of #921DB2
Black with #921DB2
Text Example
Text Example
White with #921DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DB2; }
p { color: rgb(146,29,178); }
H1.HeaderClassName
{
color: #921DB2;
}
.AnyTagClassName
{
color: #921DB2;
}
</style>
background-color css
<style>
a { background-color: #921DB2; }
a { background-color: rgb(146,29,178); }
div.DivClassName
{
background-color: #921DB2;
}
.BgClassName
{
background-color: #921DB2;
}
</style>
border-color css
<style>
span { border-color: #921DB2; }
span { border-color: rgb(146,29,178); }
td.TdClassName
{
border-color: #921DB2;
}
.TagClassName
{
border-color: #921DB2;
}
</style>