Shades of Dark Orchid #923DD9
Tints of Dark Orchid #923DD9
RGB
CMYK
RGB Variations
Color information
#923DD9 (or 0x923DD9) is known color: Dark Orchid. HEX triplet: 92, 3D and D9. RGB value is (146,61,217). Sum of RGB (Red+Green+Blue) = 146+61+217=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #923DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923DD9 is #6DC226. Grayscale: #676767. Windows color (decimal): -7193127 or 14237074. OLE color: 14237074.
HSL color Cylindrical-coordinate representation of color #923DD9: hue angle of 272.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923DD9 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 61 | 217 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.15 |
| HSL | 272.69º | 0.67% | 0.55% | - |
| HSV(B) | 272.69º | 0.72% | 0.85% | - |
| XYZ | 26.05 | 14.46 | 67.06 | - |
| YUV | 104.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 217 | 0.33 | 0.72 | 0 | 0.15 | 272.69 | 0.67 | 0.55 |
| Hex | 92 | 3D | D9 | 21 | 48 | 0 | F | 111 | 43 | 37 |
| Octal | 222 | 75 | 331 | 41 | 110 | 0 | 17 | 421 | 103 | 67 |
| Binary | 10010010 | 111101 | 11011001 | 100001 | 1001000 | 0 | 1111 | 100010001 | 1000011 | 110111 |
Color Harmonies of #923DD9
Complementary color
Monochromatic Colors of #923DD9
Black with #923DD9
Text Example
Text Example
White with #923DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923DD9; }
p { color: rgb(146,61,217); }
H1.HeaderClassName
{
color: #923DD9;
}
.AnyTagClassName
{
color: #923DD9;
}
</style>
background-color css
<style>
a { background-color: #923DD9; }
a { background-color: rgb(146,61,217); }
div.DivClassName
{
background-color: #923DD9;
}
.BgClassName
{
background-color: #923DD9;
}
</style>
border-color css
<style>
span { border-color: #923DD9; }
span { border-color: rgb(146,61,217); }
td.TdClassName
{
border-color: #923DD9;
}
.TagClassName
{
border-color: #923DD9;
}
</style>